1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05:00

Fix overflow label in mobile view (#17020)

This commit is contained in:
Tchoupinax 2021-09-12 13:40:20 +02:00 committed by GitHub
parent 20a2e26e99
commit 77b95fd766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@
.item { .item {
text-align: left; text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
.text { .text {
height: 16px; height: 16px;