1
0
Fork 0
file-manager/assets/list.css

24 lines
353 B
CSS
Raw Normal View History

2018-02-15 00:31:29 +08:00
.name {
overflow: hidden;
word-wrap: break-word;
2021-05-07 20:57:15 +08:00
}
.badge-alignment {
margin-top: 0.25em;
2021-05-07 20:57:15 +08:00
}
.stretched-invisible-label {
display: block;
2021-05-07 20:57:15 +08:00
}
.stretched-invisible-label > * {
position: relative;
z-index: 1;
2021-05-07 20:57:15 +08:00
}
.stretched-invisible-label::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
2018-02-15 00:31:29 +08:00
}