Properly handle a long title in a stats card
This commit is contained in:
parent
21776e360b
commit
80c35c284f
2 changed files with 6 additions and 1 deletions
|
@ -128,6 +128,11 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius;
|
|||
margin: 0 auto;
|
||||
margin-bottom: 20px;
|
||||
color: $light-grey;
|
||||
|
||||
&.long-title {
|
||||
margin-left: -30px;
|
||||
margin-right: -30px;
|
||||
}
|
||||
}
|
||||
|
||||
.big-number-card-number {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue