forked from forgejo/forgejo
fix add comment button text align (#9140)
This commit is contained in:
parent
e6036d9899
commit
bb2c0c3729
2 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
.ui.button.add-code-comment {
|
||||
font-size: 14px;
|
||||
height: 16px;
|
||||
padding: 2px 0 0;
|
||||
line-height: 16px !important;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 16px;
|
||||
z-index: 5;
|
||||
float: left;
|
||||
margin: -2px -10px -2px -20px;
|
||||
margin: 2px -10px 2px -20px;
|
||||
opacity: 0;
|
||||
transition: transform 0.1s ease-in-out;
|
||||
transform: scale(1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue