mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-74331' of https://github.com/timhunt/moodle
This commit is contained in:
commit
748608b318
3 changed files with 24 additions and 2 deletions
|
@ -147,6 +147,7 @@
|
|||
td,
|
||||
th {
|
||||
padding: 0 0.2em;
|
||||
max-width: 40vw;
|
||||
}
|
||||
|
||||
th {
|
||||
|
@ -655,3 +656,12 @@ body.path-question-type .mform fieldset.hidden {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
#categoryquestions {
|
||||
td,
|
||||
th {
|
||||
max-width: 75vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16529,7 +16529,8 @@ a.ygtvspacer:hover {
|
|||
margin: 0; }
|
||||
#categoryquestions td,
|
||||
#categoryquestions th {
|
||||
padding: 0 0.2em; }
|
||||
padding: 0 0.2em;
|
||||
max-width: 40vw; }
|
||||
#categoryquestions th {
|
||||
text-align: left;
|
||||
font-weight: normal; }
|
||||
|
@ -16954,6 +16955,11 @@ body.path-question-type .mform fieldset.hidden {
|
|||
.que .content {
|
||||
margin: 0; } }
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
#categoryquestions td,
|
||||
#categoryquestions th {
|
||||
max-width: 75vw; } }
|
||||
|
||||
/* user.less */
|
||||
.userprofile .fullprofilelink {
|
||||
text-align: center;
|
||||
|
|
|
@ -16529,7 +16529,8 @@ a.ygtvspacer:hover {
|
|||
margin: 0; }
|
||||
#categoryquestions td,
|
||||
#categoryquestions th {
|
||||
padding: 0 0.2em; }
|
||||
padding: 0 0.2em;
|
||||
max-width: 40vw; }
|
||||
#categoryquestions th {
|
||||
text-align: left;
|
||||
font-weight: normal; }
|
||||
|
@ -16954,6 +16955,11 @@ body.path-question-type .mform fieldset.hidden {
|
|||
.que .content {
|
||||
margin: 0; } }
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
#categoryquestions td,
|
||||
#categoryquestions th {
|
||||
max-width: 75vw; } }
|
||||
|
||||
/* user.less */
|
||||
.userprofile .fullprofilelink {
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue