diff options
Diffstat (limited to 'war/esieequest.css')
-rw-r--r-- | war/esieequest.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/war/esieequest.css b/war/esieequest.css index 043fd86..b8978a0 100644 --- a/war/esieequest.css +++ b/war/esieequest.css | |||
@@ -48,6 +48,9 @@ button { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | .gwt-TextBox { | 50 | .gwt-TextBox { |
51 | width: calc(100% - 5px); | 51 | white-space: pre; |
52 | width: 100%; | ||
53 | box-sizing: border-box; | ||
54 | -moz-box-sizing: border-box; | ||
52 | border: 1px solid #ccc; | 55 | border: 1px solid #ccc; |
53 | } | 56 | } |