We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d4b5a commit 41219d3Copy full SHA for 41219d3
1 file changed
OpenFlow/src/public/Form.html
@@ -8,7 +8,7 @@
8
}
9
.card {
10
margin: 0 !important;
11
- padding: 1.5rem !important;
+ padding: 0 !important;
12
border: 0 !important;
13
14
.border {
@@ -68,7 +68,7 @@
68
-ms-flex: 1 1 auto;
69
flex: 1 1 auto;
70
min-height: 1px;
71
- padding: 1.25rem;
+ padding: 2rem !important;
72
73
</style>
74
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
0 commit comments