Sha256: 79add4463597540bdf1b3e26182e0180503fef74bd21a305d4e6663b65154d9e
Contents?: true
Size: 427 Bytes
Versions: 7
Compression:
Stored size: 427 Bytes
Contents
$(document).on 'ready page:load turbolinks:load', -> # In order for index scopes to overflow properly onto the next line, we have # to manually set its width based on the width of the batch action button. if (batch_actions_selector = $('.table_tools .batch_actions_selector')).length batch_actions_selector.next().css width: "calc(100% - 10px - #{batch_actions_selector.outerWidth()}px)" 'float': 'right'
Version data entries
7 entries across 7 versions & 2 rubygems