mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 10:53:01 +08:00
fixes hound
This commit is contained in:
parent
14254fbde3
commit
6585eaa338
1 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
.repository-input-file-field {
|
.repository-input-file-field {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
border: 1px solid $color-alto;
|
border: 1px solid $color-alto;
|
||||||
|
@ -86,11 +87,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue