improve Formatting buttons style

pull/28217/head
Florian Duros 2022-10-13 17:14:08 +02:00
parent b190163a4b
commit 3f8baa4547
No known key found for this signature in database
GPG Key ID: 9700AA5870258A0B
1 changed files with 6 additions and 2 deletions

View File

@ -25,11 +25,15 @@ limitations under the License.
height: var(--size);
line-height: var(--size);
width: auto;
padding-left: var(--size);
margin-right: 2px;
padding-left: 22px;
margin-right: 8px;
background-color: transparent;
border: none;
&:first-child {
margin-left: 12px;
}
&:last-child {
margin-right: auto;
}