Skip to content

Commit

Permalink
Fix buttons toolbar padding when no button available
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 29, 2021
1 parent 3f1ed96 commit 7acc422
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
z-index: 3;
right: -9px;
display: flex;
padding: 5px;
border: none;
border: 1px solid @borderColor;
border-bottom: 1px solid @pageBackground;
Expand All @@ -129,8 +128,7 @@
border-top-right-radius: 1rem;

.ui.basic.button {
padding: 3px;
padding-right: 0;
padding: 8px 5px;
}

.wrapper-column-block {
Expand Down

0 comments on commit 7acc422

Please sign in to comment.