diff --git a/src/components/TableActions.vue b/src/components/TableActions.vue index 698ed36..2931be6 100644 --- a/src/components/TableActions.vue +++ b/src/components/TableActions.vue @@ -50,7 +50,7 @@
Pokazuj maks. - + wyników
@@ -65,7 +65,8 @@
-
Changelog:
+

Changelog:

+
@@ -349,8 +350,17 @@ label.notify { } } .changelog { - height: 200px; - overflow: auto; + position: relative; + + div { + height: 200px; + + overflow: auto; + } + + h3 { + margin: 0; + } } @media screen and (max-width: 550px) { @@ -358,5 +368,9 @@ label.notify { justify-content: center; text-align: center; } + + .changelog h3 { + text-align: center; + } }