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

This commit is contained in:
Torkel Ödegaard
2019-04-26 19:15:37 +02:00
committed by GitHub
parent c2530be07d
commit e694fd8fb6

View File

@@ -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 {