You are here

gridstack.layout.css in GridStack 8

Same filename and directory in other branches
  1. 8.2 css/gridstack.layout.css

File

css/gridstack.layout.css
View source
  1. /**
  2. * @file
  3. */
  4. .gridstack,
  5. .gridstack * {
  6. -ms-box-sizing: border-box;
  7. -webkit-box-sizing: border-box;
  8. box-sizing: border-box;
  9. }