Remove unnecessary padding in log view

This commit is contained in:
Tulir Asokan 2018-11-29 13:12:24 +02:00
parent 9f593ed04e
commit 3362e8e118

View File

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