fix: Make min width of page action buttons to 35px
This commit is contained in:
parent
025be09772
commit
6be64eb4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
padding: 4px 10px;
|
||||
}
|
||||
.btn-primary, .btn-secondary {
|
||||
min-width: 70px;
|
||||
min-width: 35px;
|
||||
}
|
||||
.custom-btn-group {
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue