diff --git a/src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue b/src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue index a614be0..7f92eb2 100644 --- a/src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue +++ b/src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue @@ -136,4 +136,9 @@ table thead, table tbody tr { border: 5px solid black; background: #fdfdfe; } + +.md-dialog-container { + max-height: 90%; + max-width: 70%; +} \ No newline at end of file