mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 19:20:00 +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;
|
@Input() node: Node;
|
||||||
private conf = {
|
private conf = {
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
width: '800px',
|
width: '950px',
|
||||||
disableClose: true,
|
disableClose: true,
|
||||||
};
|
};
|
||||||
dialogRef;
|
dialogRef;
|
||||||
|
@ -77,3 +77,10 @@ mat-menu-panel {
|
|||||||
overflow-y: clip !important;
|
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