fix: rendering delete button when text is too wide for parent div (#1526)
This commit is contained in:
parent
c9e421cff3
commit
b269415048
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
&.selected
|
&.selected
|
||||||
.rowActions
|
.rowActions
|
||||||
height: 35px
|
height: auto;
|
||||||
visibility: visible
|
visibility: visible
|
||||||
|
|
||||||
.measurementLocation
|
.measurementLocation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user