1
0
Fork 0
forked from forgejo/forgejo

Change review buttons to icons to make space for text (#20934)

The layout on the review code view was broken depending on length of the text. Change all three buttons to icons with tooltip to make more space for these long texts.

Fixes: #20922
This commit is contained in:
silverwind 2022-08-26 18:49:40 +02:00 committed by GitHub
parent b0c62846f1
commit 94549bcd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 20 additions and 9 deletions

View file

@ -304,6 +304,12 @@ a.commit-statuses-trigger {
&:extend(.unselectable);
}
/* try to match button with no icons in height */
.icon-button {
padding-top: 7.42px !important;
padding-bottom: 7.42px !important;
}
.ui.breadcrumb a:hover {
text-decoration: underline !important;
}