Skip to content
10 changes: 10 additions & 0 deletions components/play-console/element.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,23 @@ ul {

li {
padding: 0 0.5em;
white-space: nowrap;

&::before {
vertical-align: top;
content: "> ";
}
}

code {
display: inline-block;

width: 98%;

margin: 0;

font-family: var(--font-family-code);

tab-size: 4;
white-space: pre-wrap;
}