Skip to content

Commit 1115f41

Browse files
author
Raymond Chen
committed
add min-height to rows so rows with no titles will have consistent styling
1 parent b477ccd commit 1115f41

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

files/css/element.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
@expand-sign: '+';
1313
@collapse-sign: '\2013';
14-
@title-height: 50px;
14+
@title-height: 45px;
1515
@gutter: 20px;
1616
@transition: 500ms ease;
1717

@@ -124,7 +124,8 @@
124124
transition: 250ms ease;
125125
opacity: 0.75;
126126
cursor: pointer;
127-
127+
min-height: @title-height;
128+
128129
span {
129130
opacity: 0.5;
130131
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest": "1",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"locale": {
55
"default": "en-us",
66
"supported": [

0 commit comments

Comments
 (0)