diff options
author | silverwind <me@silverwind.io> | 2019-04-07 01:20:16 +0200 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-06 19:20:16 -0400 |
commit | 7ed65a98e80a341885b8cddce971012b7fcdae4e (patch) | |
tree | 70754e3a4c27bb2bbebaae221264315b65c216c8 /public/less | |
parent | d1b8840bd8dbabb2597a6b6a6c8d6b0ea87c0cae (diff) | |
download | gitea-7ed65a98e80a341885b8cddce971012b7fcdae4e.tar.gz gitea-7ed65a98e80a341885b8cddce971012b7fcdae4e.zip |
UI: Use regular line-height on frontpage entries (#6518)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index b24fd3135f..227771f305 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -76,9 +76,6 @@ .ui.avatar { margin-top: 13px; } - p { - line-height: 1em; - } .time-since { font-size: 13px; } |