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