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.

        Activity

        Hide
        tyson Tyson Phillips (Inactive) added a comment -

        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

        Show
        tyson Tyson Phillips (Inactive) added a comment - 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
        Hide
        jonathan Jonathan Reissmueller added a comment -

        This is an issue for more than just the support manager. For example admin/packages/addgroup/ is also affected. This should be a task for the core.

        Show
        jonathan Jonathan Reissmueller added a comment - This is an issue for more than just the support manager. For example admin/packages/addgroup/ is also affected. This should be a task for the core.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              11/Jun/19

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 17 minutes
              17m

                Agile