1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-01 02:05:30 +00: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 {
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
.text {
height: 16px;