1
0
Fork 0
forked from forgejo/forgejo

fix add comment button text align (#9140)

This commit is contained in:
Benno 2019-11-24 07:07:15 +08:00 committed by Lauris BH
parent e6036d9899
commit bb2c0c3729
2 changed files with 4 additions and 3 deletions

View file

@ -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);