10 lines
125 B
SCSS
10 lines
125 B
SCSS
label {
|
|
padding: 0.25rem 1rem;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
:host ::ng-deep .dropdown-menu {
|
|
right: 0px;
|
|
left: inherit;
|
|
}
|