Skip to content
Snippets Groups Projects
Commit 69570a7b authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Fixed: textposition

parent 0f8c2e46
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
background-color: white; background-color: white;
position: relative; position: relative;
text-overflow: ellipsis; text-overflow: ellipsis;
display: flex;
select { select {
width: 100%; width: 100%;
color: #777; color: #777;
...@@ -157,7 +158,6 @@ ...@@ -157,7 +158,6 @@
border: 1px solid #aaa; border: 1px solid #aaa;
border-top: none; border-top: none;
border-radius: 5px; border-radius: 5px;
display: flex;
} }
.search-input-submit { .search-input-submit {
border: 1px solid #aaa; border: 1px solid #aaa;
...@@ -187,7 +187,6 @@ ...@@ -187,7 +187,6 @@
border: 1px solid #aaa; border: 1px solid #aaa;
border-top: none; border-top: none;
border-radius: 5px; border-radius: 5px;
display: flex;
} }
.search-input-submit { .search-input-submit {
border: 1px solid #aaa; border: 1px solid #aaa;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment