Display improvements

This commit is contained in:
2017-02-06 14:01:56 -05:00
parent 7dcd9dec75
commit 223a1c996a
13 changed files with 82 additions and 17 deletions
+12
View File
@@ -188,3 +188,15 @@ form .validation-summary-errors ul {
.divider-right {
border-right: 1px dashed #333; }
.read {
overflow: hidden;
font-size: 16px !important;
transition: all 0.3s;
margin-bottom: 10px; }
.read-less {
height: 90px !important; }
code, pre {
line-height: 1; }