Browse Source

Fix prefixing of min-content

pull/2237/head
Jack Lukic 9 years ago
parent
commit
e8aba03238
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.less

2
src/definitions/modules/popup.less

@ -31,7 +31,7 @@
right: 0px;
/* Fixes content being squished when inline (moz only) */
min-width: -moz-min-content;
min-width: min-content;
z-index: @zIndex;

Loading…
Cancel
Save