aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LabelBox.scss
diff options
context:
space:
mode:
authorAubrey Li <Aubrey-Li>2021-10-26 17:16:16 -0400
committerAubrey Li <Aubrey-Li>2021-10-26 17:16:16 -0400
commit34ce1ba0275406aff180a49f99d333ffa0d86e3b (patch)
tree25e8ae29b145e5e1e33c59e285f3b29f5a481dc5 /src/client/views/nodes/LabelBox.scss
parent3c1b393732ef9dc704a2f40b103c37b3f8370ba7 (diff)
parent48d5e650ddc8caa8252561bbc91961f2f4677d6e (diff)
Merge branch 'master' into trails-aubrey
Diffstat (limited to 'src/client/views/nodes/LabelBox.scss')
-rw-r--r--src/client/views/nodes/LabelBox.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/LabelBox.scss b/src/client/views/nodes/LabelBox.scss
index 109a02df4..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;
@@ -28,5 +28,5 @@
.labelBox-missingParam {
width: 100%;
background: lightgray;
- border: dimGray solid 1px;
+ border: dimgray solid 1px;
} \ No newline at end of file