From 1a1c4b3006e6a9b3a9fa18679c5cedce587df7c9 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 26 May 2021 13:00:50 +0200 Subject: [PATCH] =?UTF-8?q?Poprawki=20w=20responsywno=C5=9Bci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 1822856..6989529 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -359,7 +359,6 @@ export default class TrainTable extends Vue { &-list { @include smallScreen() { width: 100%; - // overflow-x: hidden; } } @@ -471,6 +470,8 @@ export default class TrainTable extends Vue { font-size: 0.9em; + padding: 1em 0; + &-main { display: flex; margin-bottom: 1.5em;