Skip to content

Commit 3483470

Browse files
authored
Merge pull request #3228 from OpenNeuroOrg/issue-3222-table-overlap
Issue 3222 table overlap
2 parents 4a5bf01 + 7ad5ef7 commit 3483470

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/openneuro-app/src/scripts/scss/dataset/dataset-tool.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,22 @@
4949
display: flex;
5050
justify-content: space-between;
5151
align-content: center;
52-
@media (max-width: 767px) {
52+
@media (max-width: 990px) {
5353
flex-wrap: wrap;
5454
}
5555
> span {
5656
display: block;
57-
min-width: 25%;
57+
min-width: 23.333333%;
5858
margin-bottom: 11px;
59+
&:nth-child(2){
60+
min-width: 30%;
61+
word-wrap: break-word;
62+
}
5963
label {
6064
font-weight: bold;
6165
font-size: 14px;
6266
display: none;
63-
@media (max-width: 767px) {
67+
@media (max-width: 990px) {
6468
display: block;
6569
}
6670
}
@@ -75,7 +79,7 @@
7579
.data-table-header {
7680
font-weight: bold;
7781
font-size: 14px;
78-
@media (max-width: 767px) {
82+
@media (max-width: 990px) {
7983
display: none;
8084
}
8185
}

0 commit comments

Comments
 (0)