[Monitor Dashboard | Trunk]: Methodology: fix cells width for all screens

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60839 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2021-04-12 14:10:46 +00:00
parent 9bb84125a1
commit 27a916e609
1 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,13 @@
table { table {
font-size: 14px; font-size: 14px;
background-color: #FFFFFF; background-color: #FFFFFF;
width:100%;
table-layout: fixed;
overflow-wrap: break-word;
}
table th {
width: 25%;
} }
table th, table td { table th, table td {
@ -36,6 +43,10 @@ ul.portal-circle li:before {
} }
@media only screen and (max-width: 959px) { @media only screen and (max-width: 959px) {
table th {
width: 50%;
}
ul.portal-circle { ul.portal-circle {
padding-left: 20px; padding-left: 20px;
} }