Current section
Files
Jump to
Current section
Files
lib/web/static/css/flames-frontend.scss
#errors {
tr.error-row {
cursor: pointer;
}
.message {
max-width: 250px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.level {
max-width: 30px;
text-transform: uppercase;
}
}
.info-row {
margin-top: 10px;
}