diff --git a/frontend/src/components/LogsViewer.vue b/frontend/src/components/LogsViewer.vue index 656afcc9a..7e6a43468 100644 --- a/frontend/src/components/LogsViewer.vue +++ b/frontend/src/components/LogsViewer.vue @@ -5,13 +5,13 @@ @@ -143,6 +143,10 @@ body { background-color: black; } +.title { + font-size: 20px; +} + .cloudron-layout-body { cursor: text; }