Sha256: 48e8761aaf5ab58451cfea664bcbd75ff8cad06a896e4978b846f8f7316755bf
Contents?: true
Size: 546 Bytes
Versions: 6
Compression:
Stored size: 546 Bytes
Contents
// Set column widths $datetimeWidth: 140px; $booleanWidth: 60px; $integerWidth: 50px; $statusWidth: 105px; @mixin url-cell { width: 250px; word-break: break-all; } table { /////////////////// // Global .column-manage { width: 60px; white-space: nowrap; } .column-status { width: $statusWidth; } .column-datetime, .column-date { width: $datetimeWidth; } .column-boolean { width: $booleanWidth; } .column-id { width: $integerWidth; } }
Version data entries
6 entries across 6 versions & 1 rubygems