diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 11e5c16c3..cc6552705 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -301,10 +301,13 @@ table { | |||
301 | overflow-x: auto; | 301 | overflow-x: auto; |
302 | padding-left: 15px; | 302 | padding-left: 15px; |
303 | padding-right: 15px; | 303 | padding-right: 15px; |
304 | margin-bottom: 10px; | 304 | margin-bottom: $sub-menu-margin-bottom-small-view; |
305 | } | 305 | } |
306 | 306 | ||
307 | input[type=text], input[type=password] { | 307 | input[type=text], |
308 | input[type=password], | ||
309 | input[type=email], | ||
310 | textarea { | ||
308 | width: 100% !important; | 311 | width: 100% !important; |
309 | } | 312 | } |
310 | } | 313 | } |