• Resolved mywebflow

    (@mywebflow)


    Once I add a Click tracking trigger, the refreshed admin panel kinda compresses into half its length. Can’t see anything in those tiny fields. If I delete all the entries it reverts back to full length.

    See : Pic

    View post on imgur.com

    • This topic was modified 7 years, 5 months ago by mywebflow.
Viewing 7 replies - 1 through 7 (of 7 total)
  • I just installed the plugin today. I also found this issue.
    May I know if you’ve already got a way to fix this?
    Thank you.

    Plugin Author yuvalo

    (@yuvalo)

    Hi @cherla, @mywebflow,

    We are about to release a new version with other fixes, but so far, couldn’t reproduce this one.
    Can you tell me which browser and screen resolution you are using?

    Thanks,

    Yuval

    Thank you for your feedback.

    I’m using Firefox 54.0.

    The desktop view starts to compress at 1025px(W) onwards.
    The tablet/mobile view starts to break a little at 782px (W) downwards

    Screen_Shot_2017_07_01_at_2_13_51_PM<br />best free image hosting sites<br />

    Thank you again!

    Plugin Author yuvalo

    (@yuvalo)

    Hi @cherla, @mywebflow,

    Sorry it took so long, but we found a few more issues that had to be addressed.
    The new version should solve the issue and give you more real-estate to work with.

    Thanks,
    Yuval

    Thread Starter mywebflow

    (@mywebflow)

    Hey @yuvalo,

    I’ve installed the latest update. Works good in Chrome, but the same issue still persists in Firefox 54.0.1.

    The fields display at proper length at <=1024 px width. Once the display width hits 1025px+ all the fields squeeze themselves shorter.

    This is happening to me as well even after the update in Firefox.
    Thanks!

    Same problems for me in Firefox. The UI is fine in Chrome.

    I’ve added a quick fix to the css and I hope the next update will be compatible again with firefox.

    #ga_main form #ga-events-inputs th {
        width: auto !important;
    }
    #ga_main form th {
        width: auto !important;
    }
    #ga_main td {
        max-width: 100% !important;
    }
    #ga-events-inputs td input {
        width: 100% !important;
    }
    #ga_main .click_table select {
        width: auto !important;
    } 

    Thanks
    Hugo

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Buggy compressed display of admin panel’ is closed to new replies.