1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Ensure popup text is aligned left (#17343)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
Mario Lubenka
2021-10-18 00:57:28 +02:00
committed by GitHub
parent a20ccec369
commit c5770195d9

View File

@ -60,6 +60,10 @@
.overflow-visible {
overflow: visible;
}
/* fix alignment of PR popup in branches table */
table .ui.popup {
text-align: left;
}
}
.ui.user.list {