1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .Blocker { .dataRow_last { border-bottom: 0 !important; } .code { max-width: 800px; word-break: break-word; code { white-space: pre-wrap !important; } } }