]> source.dussan.org Git - gitea.git/commitdiff
Ensure popup text is aligned left (#17327)
authorMario Lubenka <mario.lubenka@googlemail.com>
Sun, 17 Oct 2021 10:14:32 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Oct 2021 10:14:32 +0000 (11:14 +0100)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
web_src/less/_explore.less

index aa7dee0f552d7b21c0d1ed8f28d2ddb030bf978c..0939f98fa13bdb7685731082709320de1914a941 100644 (file)
   .overflow-visible {
     overflow: visible;
   }
+  /* fix alignment of PR popup in branches table */
+  table .ui.popup {
+    text-align: left;
+  }
 }
 
 .ui.user.list {