mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +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 {
|
||||
width: auto;
|
||||
|
||||
.form-group {
|
||||
align-items: baseline;
|
||||
border: 1px solid $color-alto;
|
||||
|
@ -86,11 +87,12 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
||||
.form-group {
|
||||
border: 0 !important;
|
||||
display: inline-block !important;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue