diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-24 11:52:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-24 12:08:30 -0400 |
| commit | b1b47b17955aa7fcb49d89c1bd538d4335202ed8 (patch) | |
| tree | 3f02910f0cc7ec65420889cd14b6e964fb975e47 /src/client/views/nodes/LabelBox.scss | |
| parent | 643df77e6366b7164307ffe195ed9de83b68e5ae (diff) | |
changed label boxes to fit their entire text by scaling their font
Diffstat (limited to 'src/client/views/nodes/LabelBox.scss')
| -rw-r--r-- | src/client/views/nodes/LabelBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/LabelBox.scss b/src/client/views/nodes/LabelBox.scss index 1290193d0..6a0d651d2 100644 --- a/src/client/views/nodes/LabelBox.scss +++ b/src/client/views/nodes/LabelBox.scss @@ -9,10 +9,10 @@ .labelBox-mainButton { max-width: 100%; - width: fit-content; - height: max-content; + width: 100%; + height: 100%; border-radius: inherit; - letter-spacing: 2px; + //letter-spacing: 2px; // bcz: doesn't work with LabelBigText text-transform: uppercase; overflow: hidden; display: inline-block; |
