1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +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 f131d7f35b
commit 682212a393
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;