This commit is contained in:
Andrew Nicols 2022-04-07 11:47:30 +08:00
commit 748608b318
3 changed files with 24 additions and 2 deletions

View file

@ -147,6 +147,7 @@
td, td,
th { th {
padding: 0 0.2em; padding: 0 0.2em;
max-width: 40vw;
} }
th { th {
@ -655,3 +656,12 @@ body.path-question-type .mform fieldset.hidden {
margin: 0; margin: 0;
} }
} }
@include media-breakpoint-down(md) {
#categoryquestions {
td,
th {
max-width: 75vw;
}
}
}

View file

@ -16529,7 +16529,8 @@ a.ygtvspacer:hover {
margin: 0; } margin: 0; }
#categoryquestions td, #categoryquestions td,
#categoryquestions th { #categoryquestions th {
padding: 0 0.2em; } padding: 0 0.2em;
max-width: 40vw; }
#categoryquestions th { #categoryquestions th {
text-align: left; text-align: left;
font-weight: normal; } font-weight: normal; }
@ -16954,6 +16955,11 @@ body.path-question-type .mform fieldset.hidden {
.que .content { .que .content {
margin: 0; } } margin: 0; } }
@media (max-width: 991.98px) {
#categoryquestions td,
#categoryquestions th {
max-width: 75vw; } }
/* user.less */ /* user.less */
.userprofile .fullprofilelink { .userprofile .fullprofilelink {
text-align: center; text-align: center;

View file

@ -16529,7 +16529,8 @@ a.ygtvspacer:hover {
margin: 0; } margin: 0; }
#categoryquestions td, #categoryquestions td,
#categoryquestions th { #categoryquestions th {
padding: 0 0.2em; } padding: 0 0.2em;
max-width: 40vw; }
#categoryquestions th { #categoryquestions th {
text-align: left; text-align: left;
font-weight: normal; } font-weight: normal; }
@ -16954,6 +16955,11 @@ body.path-question-type .mform fieldset.hidden {
.que .content { .que .content {
margin: 0; } } margin: 0; } }
@media (max-width: 991.98px) {
#categoryquestions td,
#categoryquestions th {
max-width: 75vw; } }
/* user.less */ /* user.less */
.userprofile .fullprofilelink { .userprofile .fullprofilelink {
text-align: center; text-align: center;