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);
padding: 10px;
}
.input-group-addon {
margin-bottom: 20px;
}