mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-29 23:54:11 +00:00
Resize pop-up windows and remove pagination arrow buttons
This commit is contained in:
parent
85f60fbc1c
commit
b3aeb148e7
@ -25,7 +25,7 @@ export class ConfigActionComponent {
|
||||
@Input() node: Node;
|
||||
private conf = {
|
||||
autoFocus: false,
|
||||
width: '800px',
|
||||
width: '950px',
|
||||
disableClose: true,
|
||||
};
|
||||
dialogRef;
|
||||
|
@ -77,3 +77,10 @@ mat-menu-panel {
|
||||
overflow-y: clip !important;
|
||||
|
||||
}
|
||||
.mat-tab-label {
|
||||
padding: 0 10px !important;
|
||||
min-width: 152px !important;
|
||||
}
|
||||
.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
|
||||
display: none !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user