mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Fix] Buttons: Use min-height to make buttons correctly expand with text
This commit is contained in:
parent
be6bf6255c
commit
71c984d3c3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 30px;
|
||||
height: 40px;
|
||||
min-height: 40px;
|
||||
display: inline-block;
|
||||
@include font-base();
|
||||
background-color: $color-blue;
|
||||
|
@ -20,7 +20,7 @@
|
|||
.btn-large {
|
||||
font-size: 24px;
|
||||
padding: 10px 25px;
|
||||
height: 50px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.btn-white-solid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue