Fix UI issues with buttons

This commit is contained in:
yflory 2020-09-29 18:49:04 +02:00
parent d9570c0546
commit 2003725304
2 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,7 @@
margin-bottom: @alertify_padding-base;
margin: 0;
overflow: auto;
:last-child {
&:last-child {
margin-bottom: 0;
}
}

View File

@ -98,6 +98,7 @@
text-decoration: none;
cursor: pointer;
border-radius: 0;
transition: none;
.fa, .cptools {
margin-right: 0.2em;