Browse Source

Fix weird 1px content issue with display: table in chrome on modal, #787

pull/1063/head
jlukic 10 years ago
parent
commit
c46531d2f8
2 changed files with 1 additions and 2 deletions
  1. 1
      src/definitions/modules/modal.less
  2. 2
      src/themes/packages/default/modules/modal.variables

1
src/definitions/modules/modal.less

@ -103,7 +103,6 @@
---------------*/ ---------------*/
.ui.modal > .content { .ui.modal > .content {
position: relative;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;

2
src/themes/packages/default/modules/modal.variables

@ -2,7 +2,7 @@
Modal Modal
*******************************/ *******************************/
@background: transparent;
@background: @white;
@border: none; @border: none;
@width: 90%; @width: 90%;
@xOffset: -(@width / 2); @xOffset: -(@width / 2);

Loading…
Cancel
Save