Remove unnecessary padding in log view
This commit is contained in:
parent
9f593ed04e
commit
3362e8e118
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ div.log
|
|||
padding: .125rem .25rem
|
||||
display: table-cell
|
||||
|
||||
&:first-child
|
||||
padding-left: 0
|
||||
|
||||
&:last-child
|
||||
padding-right: 0
|
||||
|
||||
a
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
|
|
Loading…
Reference in a new issue