Fix #555
This commit is contained in:
parent
c04aea8d9d
commit
b93ae452fe
2 changed files with 5 additions and 3 deletions
|
@ -366,6 +366,9 @@ dt {
|
|||
.grid-4-5 {
|
||||
width: 80%;
|
||||
}
|
||||
.btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.btn-small {
|
||||
font-size: 10.8px;
|
||||
padding: .4em .9em;
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
@import "var";
|
||||
|
||||
// colored buttons
|
||||
// Button.
|
||||
.btn {
|
||||
&:hover {
|
||||
}
|
||||
white-space: nowrap;
|
||||
}
|
||||
.btn-small {
|
||||
font-size: 0.9*@baseFontSize;
|
||||
|
|
Reference in a new issue