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
+14
View File
@@ -238,4 +238,18 @@ 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;
}