mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 12:35:31 +00:00
add word wrapping when label too long
This commit is contained in:
parent
0571834145
commit
88f7059c77
|
@ -57,6 +57,8 @@
|
|||
|
||||
.pi-data-label {
|
||||
@include flex-basis($infobox-width / 3);
|
||||
max-width: $infobox-width / 3;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.pi-data-value {
|
||||
|
|
Loading…
Reference in a new issue