fix panel title overflow issue in mobile

environments/review-dokku-dkhv2e/deployments/124
taehoon 6 years ago
parent 0bb8247822
commit 58a420f2b3

@ -52,7 +52,14 @@
max-height: 80vh;
.panel-heading {
text-align: center;
.title {
text-align: center;
// TODO: Consider making these as default of panel
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.panel-body {

Loading…
Cancel
Save