Add workaround with z-index for FF bug

[ci skip]
pull/6966/head
Henriette Dinger 6 years ago
parent 6bd4d9b3f5
commit 4db3c0cb16
  1. 3
      app/assets/stylesheets/content/_table.sass

@ -87,6 +87,9 @@ table.generic-table
text-align: left
line-height: 34px
padding: 0
// This is needed for a bug in FF as described here
// https://www.456bereastreet.com/archive/201305/firefox_and_the_magical_text-overflowellipsis_z-index/
z-index: 1
&.-right
text-align: right

Loading…
Cancel
Save