Skip to content

Commit 5b1a6b1

Browse files
Fix for alignment of list view rows when some items do not expand
This fixes issue #368
1 parent c0af6e8 commit 5b1a6b1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

misc/examples.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ hr {
6060
padding-top: 2px;
6161
}
6262

63-
.list-view-container span {
64-
padding-left: 5px;
65-
}
66-
67-
.list-view-container .fa {
68-
padding-left: 0px;
69-
}
70-
7163
.card-view-container {
7264
border: 1px solid #000000;
7365
margin: 10px;

styles/angular-patternfly.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,5 +468,5 @@ accordion > .panel-group .panel-open .panel-title > a:before {
468468
}
469469

470470
.pf-expand-placeholder {
471-
margin-right: 10px;
471+
margin-right: 15px;
472472
}

0 commit comments

Comments
 (0)