From 18f0e060a7a24b632d93b3a7105be0697612ac83 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Sep 2019 12:22:31 +0200 Subject: [PATCH] fix for scrollbar on demand --- src/app/pages/ShipyardPage.jsx | 2 +- src/less/shipyard.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index d4bcc16d..4f3a60c9 100644 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -364,7 +364,7 @@ export default class ShipyardPage extends Page { {shipRows} -
+
diff --git a/src/less/shipyard.less b/src/less/shipyard.less index 6aa412c0..2077490a 100755 --- a/src/less/shipyard.less +++ b/src/less/shipyard.less @@ -81,6 +81,7 @@ table.shipyard-table{ .content-wrapper{ display: inline-block; margin: 0 auto; + max-width: 100%; } .table-tools{