Commit 2e1118b3 authored by Evan W. Patton's avatar Evan W. Patton Committed by Susan Rati Lane

Use border box sizing for MockTextBox (#1721)

Change-Id: Ic374dbabd9fad57c06b1b070ab3d84a63ba0b4e6
parent bcd2cc36
...@@ -916,6 +916,7 @@ a, a:visited, a:hover { ...@@ -916,6 +916,7 @@ a, a:visited, a:hover {
.gwt-TextBox { .gwt-TextBox {
padding: 2px; padding: 2px;
box-sizing: border-box;
} }
.gwt-TextBox-readonly { .gwt-TextBox-readonly {
color: #888; color: #888;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment