Skip to content
Snippets Groups Projects
Commit de30d365 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: theme and language selector that can be open when click to the right of the component

parent 30ce2f48
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,9 @@ dlcm-language-selector {
position: absolute;
}
.mat-form-field {
width: 65px;
.mat-form-field,
.mat-form-field-infix {
width: 0;
}
.mat-select-value {
......
......@@ -18,8 +18,9 @@ dlcm-theme-selector {
position: absolute;
}
.mat-form-field {
width: 65px;
.mat-form-field,
.mat-form-field-infix {
width: 0;
}
.mat-select-value {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment