diff --git a/dist/swagger-ui.js.map b/dist/swagger-ui.js.map index 13263e027d7a54322db98f3c33ac12f1cafda199..3c5aa0e76e6e63f994d9cd97aab9eb3be915e937 100644 --- a/dist/swagger-ui.js.map +++ b/dist/swagger-ui.js.map @@ -1 +1,2 @@ -{"version":3,"file":"swagger-ui.js","sources":["webpack:///swagger-ui.js"],"mappings":"AAAA;AAqnGA;AAi2HA;AA6+FA;AAgqCA;AAi+BA;AAyvCA;AA84BA","sourceRoot":""} \ No newline at end of file +{"version":3,"file":"swagger-ui.js","sources":["webpack:///swagger-ui.js"],"mappings":"AAAA;AAqnGA;AAi2HA;AA6+FA;AAgqCA;AAi+BA;AAyvCA;AA84BA","sourceRoot":""} + diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss index 5426b9915bf278dd1a161ee413ce5b06364c8dbd..77d8db935dea89da7562d1d30525c437097ca0e6 100644 --- a/src/style/_buttons.scss +++ b/src/style/_buttons.scss @@ -136,8 +136,8 @@ svg { - width: 100%; - height: 100%; + width: 20px; + height: 20px; } } diff --git a/src/style/_layout.scss b/src/style/_layout.scss index f4730a6bc09a55c93ef681b27ee92582adf3dff4..9c999e9d69698088a40f9228d1502fcfa4c842ef 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -482,6 +482,8 @@ body margin: 0; padding: 10px; + white-space: pre-wrap; + border-radius: 4px; background: #41444e;