Fix resizer handle overflow
parent
564eda6954
commit
4700f67d24
|
@ -64,12 +64,12 @@ $resizer-color-kapacitor: $c-rainforest;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%,-50%);
|
transform: translate(-50%,-50%);
|
||||||
width: 130px;
|
width: 160px;
|
||||||
height: $resizer-handle-width;
|
height: $resizer-handle-width;
|
||||||
line-height: $resizer-handle-width;
|
line-height: $resizer-handle-width;
|
||||||
background-color: $resizer-color;
|
background-color: $resizer-color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
word-wrap: break-word;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition:
|
transition:
|
||||||
background-color 0.25s ease;
|
background-color 0.25s ease;
|
||||||
|
|
Loading…
Reference in New Issue