The search box in the backlog filter navigation panel has additional 10px padding above which is pushing it down, see image

        1. backlog bug.png
          backlog bug.png
          247 kB
        2. bug.png
          bug.png
          32 kB

          Form Name

            [JSWSERVER-15326] Backlog search field is misaligned

            Stasiu added a comment -

            Hi everyone,

            This problem has been reviewed by Jira DC Development team.

            We believe that the presented issue has been fixed in Jira 7.4.

            Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

            Daniel Dudziak

            Jira DC Software Engineer

            Stasiu added a comment - Hi everyone, This problem has been reviewed by Jira DC Development team. We believe that the presented issue has been fixed in Jira 7.4. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Daniel Dudziak Jira DC Software Engineer

             

            It has been broken by

            com.atlassian.jira.plugins.jira-editor-plugin:tinymce-override/less/tinymce-override-imports.css

             

            p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, form.aui, table.aui, .aui-tabs, .aui-panel, .aui-group {
                margin: 10px 0 0 0;
            }

             

            FIX:

            Margin has to be added to the following class:

            #ghx-backlog-search {
                position: absolute;
                left: 0;
                top: 0;
                margin: 0;
            }

             

            Prem Chudzinski [extensi] added a comment -   It has been broken by com.atlassian.jira.plugins.jira-editor-plugin:tinymce-override/less/tinymce-override-imports.css   p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, form.aui, table.aui, .aui-tabs, .aui-panel, .aui-group {     margin: 10px 0 0 0; }   FIX: Margin has to be added to the following class: #ghx-backlog-search {     position: absolute;     left: 0;     top: 0;      margin: 0; }  

            Guys can you revert this change? Someone changed the css in 7.2.3 release.

            Prem Chudzinski [extensi] added a comment - Guys can you revert this change? Someone changed the css in 7.2.3 release.

            Our plugin is affected

             

            Prem Chudzinski [extensi] added a comment - - edited Our plugin is affected  

              tjoy Tilwin Joy (Inactive)
              rroach@atlassian.com Becc (Inactive)
              Affected customers:
              2 This affects my team
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: