Commit e694fd8f by Torkel Ödegaard Committed by GitHub

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

parent c2530be0
......@@ -31,6 +31,7 @@
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
cursor: pointer;
&:hover {
......@@ -40,6 +41,7 @@
.thresholds-row-color-indicator {
width: 10px;
flex-shrink: 0;
}
.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