fix broken input label

This commit is contained in:
Thein Lin Kyaw
2019-12-27 19:54:07 +06:30
parent 9ac6749efb
commit 4d99f0bc3b
2 changed files with 5 additions and 2 deletions

View File

@@ -232,3 +232,7 @@ i.logout_icon{
color: rgba(0, 0, 0, 0.54); color: rgba(0, 0, 0, 0.54);
padding: 10px; padding: 10px;
} }
.input-group-addon {
margin-bottom: 20px;
}

View File

@@ -29,7 +29,6 @@
} }
.bmd-form-group { .bmd-form-group {
position: relative; position: relative;
padding-top: 0 !important;
} }
.btn_create_induty{ .btn_create_induty{
display: inline; display: inline;
@@ -93,4 +92,4 @@
.add_to_charges{ .add_to_charges{
width:100%; width:100%;
padding:1rem; padding:1rem;
} }