Increase padding around report disclaimer

This commit is contained in:
Andy Allan 2018-03-14 12:18:25 +08:00
parent e85110957a
commit 13e7a4b0e9

View file

@ -2847,7 +2847,7 @@ input.richtext_title[type="text"] {
background: #fff1f0; background: #fff1f0;
color: #d85030; color: #d85030;
border-color: rgba(216, 80, 48, 0.3); border-color: rgba(216, 80, 48, 0.3);
padding: 5px; padding: 10px 20px;
margin-bottom: $lineheight; margin-bottom: $lineheight;
ul { ul {