Skip to content

Commit bc3a76f

Browse files
committed
Fix for alignment of list view rows when some items do not expand
1 parent b6049e5 commit bc3a76f

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
@@ -467,7 +467,7 @@ accordion > .panel-group .panel-open .panel-title > a:before {
467467
}
468468

469469
.pf-expand-placeholder {
470-
margin-right: 10px;
470+
margin-right: 15px;
471471
}
472472

473473
pf-c3-chart {

0 commit comments

Comments
 (0)