Plugin Directory

Changeset 2573231


Ignore:
Timestamp:
07/27/2021 02:17:51 PM (5 years ago)
Author:
androidappbuilder
Message:

Fix width admin page

Location:
mobile-app-editor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mobile-app-editor/tags/1.0.3/admin/class-wprne-admin.php

    r2573224 r2573231  
    169169            }
    170170        </style>
    171         <div id="wprne-container" style="position:fixed">
     171        <div id="wprne-container" style="position:fixed; width:100%;">
    172172            <div id="root" style="height:100vh; overflow-y:scroll; width:100%;"></div>
    173173            <style type="text/css">
  • mobile-app-editor/trunk/admin/class-wprne-admin.php

    r2573224 r2573231  
    169169            }
    170170        </style>
    171         <div id="wprne-container" style="position:fixed">
     171        <div id="wprne-container" style="position:fixed; width:100%;">
    172172            <div id="root" style="height:100vh; overflow-y:scroll; width:100%;"></div>
    173173            <style type="text/css">
Note: See TracChangeset for help on using the changeset viewer.