mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-18 07:20:04 +00:00
Fix settings padding and disable angular map option
This commit is contained in:
parent
2b0bb19f88
commit
3764ef84ec
@ -21,11 +21,11 @@
|
||||
>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<!-- <div>
|
||||
<mat-checkbox [(ngModel)]="settings.angular_map"
|
||||
>Enable experimental Angular Map (WARNING: IT CAN BREAK YOU LABS!)</mat-checkbox
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
</mat-expansion-panel>
|
||||
</mat-accordion>
|
||||
</div>
|
||||
|
@ -67,6 +67,10 @@ header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0%;
|
||||
}
|
||||
|
||||
.mat-dialog-content > * {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user