Skip to content
Snippets Groups Projects

buttons and dropdown

11 files
+ 19
19
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -78,6 +78,6 @@
@@ -78,6 +78,6 @@
:host ::ng-deep .p-dropdown {
:host ::ng-deep .p-dropdown {
width: 200px;
width: 200px;
}
}
.p-dropdown-items {
:host ::ng-deep.p-dropdown-panel .p-dropdown-items {
max-height: 150px;
max-height: 150px;
}
}
Loading