Allowing double line titles.
This commit is contained in:
parent
a4e6eac49d
commit
7ca4fd3a1c
|
@ -236,13 +236,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
margin: 0 .25rem .25rem 0;
|
margin: 0 .25rem .25rem 0;
|
||||||
color: $text;
|
color: $text;
|
||||||
|
max-height: 2.75rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
max-height: 3rem;
|
line-height: 1.5;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
|
@ -202,15 +202,11 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.title[data-v-3abcf101] {
|
.title[data-v-3abcf101] {
|
||||||
display: -webkit-box;
|
|
||||||
display: flex;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
align-items: center;
|
|
||||||
margin: 0 .25rem .25rem 0;
|
margin: 0 .25rem .25rem 0;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
max-height: 2.75rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
max-height: 3rem;
|
line-height: 1.5;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue