Use divs instead of table tags
Tables are non-responsive by design and require more overrides to be cross-browser compatible
This commit is contained in:
23
src/styles/_shots.sass
Normal file
23
src/styles/_shots.sass
Normal file
@@ -0,0 +1,23 @@
|
||||
.table
|
||||
.table-head
|
||||
.table-cell
|
||||
&.shot-thumbnail
|
||||
width: $shots-list-thumbnail-width
|
||||
|
||||
&.task-type
|
||||
text-transform: capitalize
|
||||
|
||||
.table-body
|
||||
display: table-row-group
|
||||
.table-cell
|
||||
&.shot-name
|
||||
padding-left: 10px
|
||||
|
||||
&.task-name
|
||||
max-width: 120px
|
||||
+text-overflow-ellipsis
|
||||
|
||||
a
|
||||
display: block
|
||||
|
||||
|
Reference in New Issue
Block a user