aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MetadataEntryMenu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/MetadataEntryMenu.scss')
-rw-r--r--src/client/views/MetadataEntryMenu.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/client/views/MetadataEntryMenu.scss b/src/client/views/MetadataEntryMenu.scss
index 28de0b7a5..924476a30 100644
--- a/src/client/views/MetadataEntryMenu.scss
+++ b/src/client/views/MetadataEntryMenu.scss
@@ -3,7 +3,7 @@
width: 310px;
flex-direction: column;
- input[type=checkbox] {
+ input[type='checkbox'] {
margin-left: 5px;
}
}
@@ -11,7 +11,7 @@
.metadataEntry-autoSuggester {
width: 80%;
height: 100%;
- margin: 0;
+ margin: 0px;
display: inline-block;
}
@@ -20,13 +20,13 @@
}
.metadataEntry-keys {
- max-height: 80;
- overflow-y: auto;
+ max-height: 80px;
+ overflow-y: auto;
display: flex;
flex-direction: column;
}
.metadataEntry-inputArea {
- display:inline-block;
+ display: inline-block;
flex-direction: row;
}
@@ -53,8 +53,8 @@
}
.react-autosuggest__input--open {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0px;
+ border-bottom-right-radius: 0px;
}
.react-autosuggest__suggestions-container {
@@ -78,8 +78,8 @@
}
.react-autosuggest__suggestions-list {
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
list-style-type: none;
}
@@ -90,4 +90,4 @@
.react-autosuggest__suggestion--highlighted {
background-color: #ddd;
-} \ No newline at end of file
+}