Skip to content

Commit 219b32d

Browse files
authored
Merge pull request openiap#222 from 6ebeng/patch-13
Fix padding for card and card-body
2 parents 2e57055 + 41219d3 commit 219b32d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.card {
1010
margin: 0 !important;
11-
padding: 1.5rem !important;
11+
padding: 0 !important;
1212
border: 0 !important;
1313
}
1414
.border {
@@ -68,7 +68,7 @@
6868
-ms-flex: 1 1 auto;
6969
flex: 1 1 auto;
7070
min-height: 1px;
71-
padding: 1.25rem;
71+
padding: 2rem !important;
7272
}
7373
.list-group-item {
7474
position: relative;

0 commit comments

Comments
 (0)