mirror of https://github.com/ColorlibHQ/AdminLTE
Made text in info boxes default to uppercase letters
parent
c5aa9e00f5
commit
b200298e2c
|
@ -54,6 +54,9 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.info-box-text {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.info-box-more {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue