mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use space-around for tabbed values (#4252)
* space-around * have your cake and eat it
This commit is contained in:
parent
62e01fe03a
commit
2d60471f36
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
&:has(li:nth-child(3)) {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
justify-content: space-around;
|
||||||
padding-inline: 0;
|
padding-inline: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in a new issue