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

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

&::before {
display: inline-block;

width: 0.75rem;

vertical-align: top;

content: "> ";
}
}

code {
display: inline-block;

width: calc(100% - 0.75rem);

margin: 0;

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

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