diff options
author | bobzel <zzzman@gmail.com> | 2020-09-14 14:53:20 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-14 14:53:20 -0400 |
commit | a3e34ebd705778e8bcc11f745087cff2bcafbcaf (patch) | |
tree | 30bff5f94925290c1aedb9fb20d4cfaaeeb48c5a /src/client/views/nodes/formattedText/DashFieldView.scss | |
parent | daf6c3eb00bec549947db9c5fdbcec09a9251bf0 (diff) |
updated the custom text box to specify frontSize through document values.
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.scss')
-rw-r--r-- | src/client/views/nodes/formattedText/DashFieldView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DashFieldView.scss b/src/client/views/nodes/formattedText/DashFieldView.scss index 23cf1e79b..09dfb349f 100644 --- a/src/client/views/nodes/formattedText/DashFieldView.scss +++ b/src/client/views/nodes/formattedText/DashFieldView.scss @@ -18,7 +18,7 @@ .dashFieldView-labelSpan { position: relative; display: inline-block; - font-size: small; + font-weight: normal; } .dashFieldView-fieldSpan { min-width: 20px; @@ -27,6 +27,7 @@ position: relative; display: inline; background-color: rgba(155, 155, 155, 0.24); + font-weight: bold; span { min-width: 100%; display: inline-block; |