Ensure popup text is aligned left (#17327)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
Mario Lubenka 2021-10-17 12:14:32 +02:00 committed by GitHub
parent 8af5450cf7
commit b9a2f263b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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