Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.5.0
-
Fix Version/s: 4.6.0-b2
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
When creating a package group as an admin, there is a white gap in the far right side of the markdown editor.
Removing the width from the following style seems to correct it:
.tab_content .inner_content textarea
{ width: 99%; height: 150px; }.tab_content .inner_content textarea
{ height: 150px; }If there's no side affect to removing this, it looks better with the gray background fitting the entire width.
Updating the width affects all other textareas used in the admin UI. It would probably be better to overwrite the width specifically for the markdown editor, which I believe is within the .md-editor class