mirror of https://github.com/ColorlibHQ/AdminLTE
[scss/info-box]: Fix overflow style on info-box-content class. (#3694)
parent
3ac53de622
commit
1b8435c09a
|
@ -48,6 +48,7 @@
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box-number {
|
.info-box-number {
|
||||||
|
|
Loading…
Reference in New Issue