Skip to content

fix display lower resolution #7

@kubu00

Description

@kubu00

.container .text-muted {

diff --git a/www/app/styles/app.css b/www/app/styles/app.css
index ab6b45c..b11079a 100644
--- a/www/app/styles/app.css
+++ b/www/app/styles/app.css
@@ -31,6 +31,11 @@ body {
 body > .container {
   padding: 0px 15px 0;
 }
+
+.container {
+  min-width: 840px;
+}
+
 .container .text-muted {
   margin: 20px 0;
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions