fix: button min width
This commit is contained in:
parent
ec1c1ea87c
commit
004cb16fce
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ div {
|
|||
|
||||
button {
|
||||
width: 205px !important;
|
||||
min-width: 205px;
|
||||
height: 38px;
|
||||
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue