@import "bootstrap-sprockets"; @import "bootstrap"; .time-column { max-width: 1em; text-overflow: ellipsis; white-space: nowrap; } .user-column { max-width: 1em; text-overflow: ellipsis; } .class-column { max-width: 2em; text-overflow: ellipsis; } .message-column { max-width: 2em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .count-column { max-width: 0.5em; text-overflow: ellipsis; text-align: right; } table tr td a { &.errdo { display:block; height:100%; width:100%; } } .errdo-backtrace-box { white-space: nowrap; overflow: scroll; background-color: #f8f8f8; padding: 10px; max-height: 500px; } .errdo-cookies-box { @extend .errdo-backtrace-box; } .errdo-status-select { // margin-top: 10px; margin-bottom: 5px; width: 100%; }