Commit e694fd8f by Torkel Ödegaard Committed by GitHub

ThresholdEditor: Minor style fix for smaller screens (#16791)

parent c2530be0
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
.thresholds-row-color-indicator { .thresholds-row-color-indicator {
width: 10px; width: 10px;
flex-shrink: 0;
} }
.thresholds-row-input { .thresholds-row-input {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment