diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:29:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:29:59 +0100 |
commit | e13d65eea31b7208ceb8f77e9e488b76c86bb2ac (patch) | |
tree | e39fe5230d323f83981d1981ac5d5821d6b25900 | |
parent | 4d6050f8e573030c1c13d5feb3efe45cc4cc7b22 (diff) | |
download | volse-hubzilla-e13d65eea31b7208ceb8f77e9e488b76c86bb2ac.tar.gz volse-hubzilla-e13d65eea31b7208ceb8f77e9e488b76c86bb2ac.tar.bz2 volse-hubzilla-e13d65eea31b7208ceb8f77e9e488b76c86bb2ac.zip |
set line-height to initial
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 92eafb4aa..bec13f17f 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -61,7 +61,7 @@ code { } #profile-jot-form { - line-height: 1; + line-height: initial; } #profile-jot-wrapper { |