From f1c78d9a29754f0440a0c5673f9a3b705cbbc88e Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Tue, 10 Jan 2017 15:55:50 -0800 Subject: [PATCH] stylize hints --- app/assets/stylesheets/common/020_base.css.scss | 1 + app/assets/stylesheets/specific/users.css.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/020_base.css.scss b/app/assets/stylesheets/common/020_base.css.scss index 0e74c5104..72d8f3141 100644 --- a/app/assets/stylesheets/common/020_base.css.scss +++ b/app/assets/stylesheets/common/020_base.css.scss @@ -121,6 +121,7 @@ table tfoot { .hint { color: #666; font-style: italic; + max-width: 70%; } .tn { diff --git a/app/assets/stylesheets/specific/users.css.scss b/app/assets/stylesheets/specific/users.css.scss index 4441bf657..7c19cfc03 100644 --- a/app/assets/stylesheets/specific/users.css.scss +++ b/app/assets/stylesheets/specific/users.css.scss @@ -58,7 +58,7 @@ div#c-users { div.input span.hint { display: block; - max-width: 30em; + max-width: 70%; } .active {