mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-07 05:03:26 +08:00
Merge pull request #6128 from artoscinote/ma_SCI_9217
Don't display icons in fields with errors (alignment issues) [SCI-9217]
This commit is contained in:
commit
6ad1b6b67e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
.form-group.has-error {
|
.form-group.has-error {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
.form-control {
|
.sn-icon {
|
||||||
height: auto;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue