mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
fix long filename out of container width
This commit is contained in:
parent
1c9de9b275
commit
1d6a7b03b2
@ -15,6 +15,18 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.word-break {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overflow-auto {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.float-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.float-right {
|
.float-right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="padding-y-4-px padding-l-8-px background-color-hover-night-light cursor-default">
|
<div class="padding-y-4-px padding-l-8-px background-color-hover-night-light cursor-default">
|
||||||
{{ key }}
|
<span class="word-break">
|
||||||
|
{{ key }}
|
||||||
|
</span>
|
||||||
<div class="float-right padding-x-8-px">
|
<div class="float-right padding-x-8-px">
|
||||||
{{ value | format_bytes }}
|
{{ value | format_bytes }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user