mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 20:57:19 +00:00
Revert "add word wrapping when label too long"
This reverts commit ed0689645369d7da75b2d66d97f7954efb678f14.
This commit is contained in:
parent
ae320ae956
commit
4fbbac54d6
|
@ -57,8 +57,6 @@
|
||||||
|
|
||||||
.pi-data-label {
|
.pi-data-label {
|
||||||
@include flex-basis($infobox-width / 3);
|
@include flex-basis($infobox-width / 3);
|
||||||
width: $infobox-width / 3;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pi-data-value {
|
.pi-data-value {
|
||||||
|
|
Loading…
Reference in a new issue