fateforge-tool/css/style.css

40 lines
533 B
CSS
Raw Normal View History

2023-03-06 13:13:04 +00:00
.container {
2023-03-06 23:06:27 +00:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
.list-col{
flex-grow: 2;
min-width: 600px;
}
.view-col {
flex-grow: 1;
2023-03-06 13:13:04 +00:00
2023-03-06 23:06:27 +00:00
}
@media screen and (min-width: 768px) {
.list-col {
margin-right: 1%;
2023-03-06 13:13:04 +00:00
}
2023-03-06 23:06:27 +00:00
.view-col {
max-width: 600px;
2023-03-06 13:13:04 +00:00
}
2023-03-06 23:06:27 +00:00
}
.w2ui-grid-data {
color: black;
word-wrap: normal;
}
.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data > div {
overflow: visible;
white-space: break-spaces;
}
2023-03-06 13:13:04 +00:00
2023-03-06 23:06:27 +00:00
.w2ui-grid .w2ui-grid-body table {
}