fix #fileStem max-height
This commit is contained in:
parent
d4dcfbc1b7
commit
9c6637b3f5
|
@ -498,8 +498,7 @@ x-dialog h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
x-dialog .row-reverse {
|
x-dialog .row-reverse {
|
||||||
margin: auto -24px;
|
margin: 40px -24px auto;
|
||||||
margin-top: 40px;
|
|
||||||
border-top: solid 2.5px var(--border-color);
|
border-top: solid 2.5px var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -532,7 +531,7 @@ x-dialog .row-reverse {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
max-height: 1rem;
|
max-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-size{
|
.file-size{
|
||||||
|
|
Loading…
Reference in New Issue