dashskills / assets /style.css
datacipen's picture
Update assets/style.css
12073be verified
raw
history blame
652 Bytes
html,body{max-width:100vw}
.mantine-Text-root{white-space: pre-line!important;}
.dash-tooltip .dash-table-tooltip{background-color:#d1cfcf!important;color:black!important; font-size:10px!important}
.dash-table-tooltip > p{color:black!important; font-size:10px!important}
dash-table-tooltip a, div.unfocused.selectable.dash-cell-value.cell-markdown p a{color:lightgrey}
@media screen and (max-width: 480px) {
div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
}