Commit e2e63c9b authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

DOMUI: Fix an issue where the sample font text would display outside its

containing div. Also fix a margin issue.

BUG=70650
TEST=none

Review URL: http://codereview.chromium.org/6241014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72369 0039d316-1c4b-4281-b951-d872f2087c98
parent 69496285
#font-settings > section > .font-input-div { #font-settings > section > .font-input-div {
-webkit-margin-end: 5em; -webkit-margin-end: 4em;
} }
.font-input-div > div > select { .font-input-div > div > select {
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
} }
#font-settings > section > .font-sample-div { #font-settings > section > .font-sample-div {
height: 90px;
overflow: hidden;
position: absolute; position: absolute;
} }
......
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