Use space-around for tabbed values (#4252)

* space-around

* have your cake and eat it
This commit is contained in:
Luc Mcgrady 2025-08-07 04:36:53 +01:00 committed by Thomas Rixen
parent e789128ce7
commit 040f942723

View file

@ -55,7 +55,10 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
&:has(li:nth-child(3)) {
justify-content: space-between; 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;