5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-09 00:05:45 +00:00

fix: las etiquetas se cortan por los espacios si son muy largas

This commit is contained in:
f 2023-04-15 16:39:31 -03:00
parent ffe30cfc33
commit 6ea79f2fec

View file

@ -226,6 +226,10 @@ svg {
}
}
.badge {
white-space: break-spaces;
}
.btn-sm {
@extend .badge
}