Make composers button all aligned and the same size (#1843)

master
Mélanie Chauvel 2022-09-07 19:37:46 +02:00 committed by GitHub
parent 2a46fcc3ed
commit 9d7c323abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -528,7 +528,8 @@
display: flex;
flex: 0 0 auto;
& > * {
& .icon-button,
& .text-icon-button {
display: inline-block;
box-sizing: content-box;
padding: 0 3px;