Skip to content
Snippets Groups Projects
Commit 9fa358e9 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Set select the same hight/margin as button have

Hack moved from vpu-common/styles.js here
parent ee2b2ee0
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,12 @@ class DataTableView extends LitElement { ...@@ -169,6 +169,12 @@ class DataTableView extends LitElement {
margin-bottom: .6rem; margin-bottom: .6rem;
} }
select {
border-radius: calc(var(--vpu-border-radius)/2);
height: 28px;
margin-left: 3px;
}
:host { :host {
display: block; display: block;
} }
......
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