aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-27 22:36:29 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-27 22:36:29 -0400
commitaa5799013a31f65f51bcfce678656c08ad6d9cc7 (patch)
treec55882733fbefa64bb430fd8c7c506d31d9a226f /src
parent1f0d326a6c8735f67c6e37b19f4656e645e38c43 (diff)
fixed css for dashfieldview
Diffstat (limited to 'src')
-rw-r--r--src/client/util/DashFieldView.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/util/DashFieldView.scss b/src/client/util/DashFieldView.scss
index 4338c774e..e396788b5 100644
--- a/src/client/util/DashFieldView.scss
+++ b/src/client/util/DashFieldView.scss
@@ -1,6 +1,6 @@
.dashFieldView {
position: relative;
- display: inline-flex;
+ display: inline-block;
.dashFieldView-enumerables {
width: 10px;
@@ -18,11 +18,12 @@
.dashFieldView-labelSpan {
position: relative;
display: inline-block;
- background-color: rgba(155, 155, 155, 0.44);
font-size: small;
}
.dashFieldView-fieldSpan {
min-width: 20px;
+ margin-left: 2px;
+ margin-right: 5px;
position: relative;
display: inline-block;
background-color: rgba(155, 155, 155, 0.24);