enhance info-box for text-truncate & text-wrap

This commit is contained in:
REJack 2020-05-08 15:01:04 +02:00
parent ae470bec2e
commit a3604d0c62
5 changed files with 21 additions and 6 deletions

View file

@ -12,6 +12,7 @@
min-height: 80px;
padding: .5rem;
position: relative;
width: 100%;
.progress {
background-color: rgba($black, .125);
@ -41,12 +42,17 @@
}
.info-box-content {
display: flex;
flex-direction: column;
justify-content: center;
line-height: 120%;
flex: 1;
padding: 5px 10px;
padding: 0 10px;
}
.info-box-number {
display: block;
margin-top: .25rem;
font-weight: $font-weight-bold;
}

11
dist/css/adminlte.css vendored
View file

@ -19188,6 +19188,7 @@ html.maximized-card {
min-height: 80px;
padding: .5rem;
position: relative;
width: 100%;
}
.info-box .progress {
@ -19218,13 +19219,21 @@ html.maximized-card {
}
.info-box .info-box-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
line-height: 120%;
-ms-flex: 1;
flex: 1;
padding: 5px 10px;
padding: 0 10px;
}
.info-box .info-box-number {
display: block;
margin-top: .25rem;
font-weight: 700;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long