1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Fixing an issue where the buttons for the components hierarchy were overflowing outside of their parent panel, removing the specification of the width and height allows computed values to be used instead (including padding etc) - check this fixes it in windows, linux and electron app.

This commit is contained in:
mike12345567 2020-09-08 18:38:47 +01:00
parent a6e2ff8af3
commit 7d0d2d5453
2 changed files with 0 additions and 4 deletions

View file

@ -109,8 +109,6 @@
.dropdown-menu {
display: none;
height: 24px;
width: 24px;
color: var(--ink);
padding: 0px 5px;
border-style: none;

View file

@ -204,8 +204,6 @@
.actions {
display: none;
height: 24px;
width: 24px;
color: var(--ink);
padding: 0px 5px;
border-style: none;