Skip to content

Commit bcf7507

Browse files
committed
Update style
updated the scss as well until that starts getting auto compiled
1 parent 00f7717 commit bcf7507

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/assets/css/scss/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@
211211
margin-top: 35px;
212212
}
213213
}
214+
.table-fixed {
215+
table-layout: fixed;
216+
}
217+
.break-word {
218+
word-wrap: break-word;
219+
}
214220

215221

216222
/* responsive */

0 commit comments

Comments
 (0)