Skip to content
Snippets Groups Projects
Commit 31fd65a6 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

use flex for grid

parent 97031cde
No related branches found
No related tags found
1 merge request!1153New Week View
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"node-polyfill-webpack-plugin": "^2.0.0", "node-polyfill-webpack-plugin": "^2.0.0",
"node-sass": "^7.0.1", "node-sass": "^7.0.1",
"papaparse": "^5.3.0", "papaparse": "^5.3.0",
"primeflex": "^1.3.0", "primeflex": "^3.3.1",
"primeicons": "^5.0.0", "primeicons": "^5.0.0",
"primereact": "^8.3.0", "primereact": "^8.3.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
......
...@@ -256,6 +256,7 @@ In Excel View the for Accordion background color override ...@@ -256,6 +256,7 @@ In Excel View the for Accordion background color override
} }
.p-grid { .p-grid {
width: -webkit-fill-available; width: -webkit-fill-available;
display: flex;
} }
.dialog-btn { .dialog-btn {
height: 32px; height: 32px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment