Fixed forms labels icons min width.

This commit is contained in:
Rooty 2021-04-04 21:06:39 +02:00
parent 0bb98c7af7
commit 0150a00e6b

View File

@ -5,6 +5,11 @@
border-radius: 0;
}
.input-group-text {
min-width: 46px;
}
form#authSession.form div.input-group-prepend input.form{
box-sizing: border-box;
border-radius: 0;