Spaces:
Running
Running
Update assets/style.css
Browse files- assets/style.css +3 -1
assets/style.css
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
html,body{max-width:100vw}
|
| 2 |
.mantine-Text-root{white-space: pre-line!important;}
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
@media screen and (max-width: 480px) {
|
| 5 |
div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
|
| 6 |
div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
|
|
|
|
| 1 |
html,body{max-width:100vw}
|
| 2 |
.mantine-Text-root{white-space: pre-line!important;}
|
| 3 |
+
.dash-tooltip .dash-table-tooltip{background-color:#d1cfcf!important;color:black!important; font-size:10px!important}
|
| 4 |
+
.dash-table-tooltip > p{color:black!important; font-size:10px!important}
|
| 5 |
+
dash-table-tooltip a, div.unfocused.selectable.dash-cell-value.cell-markdown p a{color:lightgrey}
|
| 6 |
@media screen and (max-width: 480px) {
|
| 7 |
div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
|
| 8 |
div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
|