Skip to content
Snippets Groups Projects
Commit d4538939 authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

#19: fix dropdown styling

parent 27932bfd
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ li:last-child {
}
::ng-deep .mat-mdc-menu-panel {
width: 200px;
width: 120px;
}
::ng-deep .mat-mdc-menu-content {
......@@ -235,7 +235,7 @@ li:last-child {
}
li {
padding: 6px 6px;
padding: 4px 4px;
cursor: pointer;
}
......@@ -253,10 +253,6 @@ ul {
letter-spacing: 0;
}
::ng-deep .cdk-overlay-connected-position-bounding-box {
top: 103px !important;
}
.version-container {
position: relative;
border: 1px solid #d5d5d5;
......@@ -679,10 +675,6 @@ ul {
flex-direction: row;
}
::ng-deep.cdk-overlay-connected-position-bounding-box {
position: initial !important;
}
::ng-deep.mat-mdc-option .mdc-list-item__primary-text {
white-space: nowrap !important;
user-select: none;
......
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