Ensure popup text is aligned left (#17343)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
pull/17356/head
Mario Lubenka 3 years ago committed by GitHub
parent a20ccec369
commit c5770195d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web_src/less/_explore.less

@ -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 {

Loading…
Cancel
Save