From ab5a3cfec363b097518f083f70f2feb59bb32ce7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?=
Date: Tue, 3 Oct 2017 01:23:03 +0200
Subject: [PATCH] fixed some stuff on help page being too wide
---
pages/help/input.php | 2 ++
sass/pages/_about.scss | 1 +
2 files changed, 3 insertions(+)
diff --git a/pages/help/input.php b/pages/help/input.php
index d4fcdd4..f03eaf5 100644
--- a/pages/help/input.php
+++ b/pages/help/input.php
@@ -21,6 +21,7 @@
Here are some examples of control key codes:
+
Action buttons
diff --git a/sass/pages/_about.scss b/sass/pages/_about.scss
index 1e5dfdf..062c9f0 100644
--- a/sass/pages/_about.scss
+++ b/sass/pages/_about.scss
@@ -28,6 +28,7 @@
color: black;
border-radius: 1px;
padding: 0 2px;
+ word-wrap: break-word;
}
}