Skip to content

Commit 41219d3

Browse files
authored
Fix padding for card and card-body
1 parent a1d4b5a commit 41219d3

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
</style>
7474
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>

0 commit comments

Comments
 (0)