From 21256e32f7ec907d6bb8eefd068872c1efb3fa59 Mon Sep 17 00:00:00 2001 From: eight Date: Fri, 15 Sep 2017 08:11:18 +0800 Subject: [PATCH] Fix: wrap long line --- content/install-user-css.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/install-user-css.css b/content/install-user-css.css index 2646e348..d97b915e 100644 --- a/content/install-user-css.css +++ b/content/install-user-css.css @@ -99,4 +99,6 @@ button.install.installed { .main { flex-grow: 1; + overflow: auto; + overflow-wrap: break-word; }