Temp fix for section description headers
This commit is contained in:
parent
0f49beaaa8
commit
1f3f0a4d65
2 changed files with 4 additions and 2 deletions
|
@ -12,13 +12,14 @@
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-view .section-description-header:before {
|
.org-view .section-description-header:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f05a";
|
content: "\f05a";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: -4px;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
|
@ -16,13 +16,14 @@
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-view .section-description-header:before {
|
.user-view .section-description-header:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f05a";
|
content: "\f05a";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: -4px;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Reference in a new issue