diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index d62ad090..15d9c7c7 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -135,4 +135,10 @@ input[type=number] { filter: drop-shadow(0.5px 0.5px 0.5px #000000); } -.MuiButton-textInherit {color : '#111111';} \ No newline at end of file +.MuiButton-textInherit {color : '#111111';} + +@media (max-width: 929px) { + .MuiDataGrid-columnHeaders + div { + width: auto !important; + } +} \ No newline at end of file