Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Disable Rich Text bar positioning is off #835

Closed
kevincrafts opened this issue Feb 28, 2017 · 0 comments
Closed

Disable Rich Text bar positioning is off #835

kevincrafts opened this issue Feb 28, 2017 · 0 comments

Comments

@kevincrafts
Copy link
Member

Context

The disable rich text bar, which is under the WYSIWYG editor window, has some odd positioning causing it to be off from edge of the container.

Expected result

screen shot 2017-02-28 at 3 16 33 pm

Current result

screen shot 2017-02-28 at 3 16 23 pm

Possible Fix

Add in some negative margins that come from the fieldset wrapper:

.wysiwyg-toggle-wrapper {
background-color: #333;
color: #fff;
padding: 5px 10px;
font-size: 75%;
text-transform: uppercase;
margin: 0 -13px 0 -15px;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants