Browse Source

Removes min-width rule for mozilla

pull/2183/head
jlukic 9 years ago
parent
commit
f87c07fa4a
1 changed files with 0 additions and 3 deletions
  1. 3
      src/definitions/modules/popup.less

3
src/definitions/modules/popup.less

@ -30,9 +30,6 @@
top: 0px; top: 0px;
right: 0px; right: 0px;
/* Fixes content being squished when inline (moz only) */
min-width: -moz-max-content;
z-index: @zIndex; z-index: @zIndex;
border: @border; border: @border;

Loading…
Cancel
Save