aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 24f88f48..736f170a 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -844,6 +844,7 @@ along with their colors.
display: block;
}
+ /* REG */
input[type='text'], textarea {
width: 100%;
}
@@ -852,6 +853,14 @@ along with their colors.
}
+.inline-edit {
+ input {
+ /* important since regular spec is much stronger...*/
+ /* [REG] */
+ width: initial !important;
+ }
+}
+
/* Other
----------------------------------------
*/