forked from AkkomaGang/akkoma-fe
fix panel title overflow issue in mobile
This commit is contained in:
parent
0bb8247822
commit
58a420f2b3
1 changed files with 8 additions and 1 deletions
|
@ -52,7 +52,14 @@
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
|
|
||||||
.panel-heading {
|
.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 {
|
.panel-body {
|
||||||
|
|
Loading…
Reference in a new issue