mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 17:01:48 +00:00
fix: las etiquetas se cortan por los espacios si son muy largas
This commit is contained in:
parent
ffe30cfc33
commit
6ea79f2fec
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ svg {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
white-space: break-spaces;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
@extend .badge
|
@extend .badge
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue