EasyUI Forum
March 28, 2024, 04:03:08 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Upgrade changes existing layout  (Read 23311 times)
sectioni
Jr. Member
**
Posts: 67


View Profile
« on: December 29, 2019, 08:27:06 AM »

Just upgraded from easyUI jQuery 1.6.2 to 1.8.8 and all the sizes of my website layouts have changed.

After investigating, I saw you have included in panel.css this segment:

Code:
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

I believe you should limit these rules to panel containers, otherwise it can break websites when upgrading...
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!