mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76145 course: Avoid long course names that exceed available space
Co-authored-by: Stephen Sharpe <stephen.sharpe@synergy-learning.com>
This commit is contained in:
parent
57c1e97bf1
commit
ed5db9e301
4 changed files with 14 additions and 6 deletions
|
@ -1003,6 +1003,7 @@ span.editinstructions {
|
|||
|
||||
.coursename {
|
||||
display: inline-block;
|
||||
flex-basis: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14576,7 +14576,8 @@ span.editinstructions {
|
|||
margin-left: 1em;
|
||||
color: #a1a1a8; }
|
||||
#course-category-listings #course-listing .listitem .coursename {
|
||||
display: inline-block; }
|
||||
display: inline-block;
|
||||
flex-basis: 10rem; }
|
||||
#course-category-listings #course-listing > .firstpage .listitem:first-child > div .item-actions .action-moveup,
|
||||
#course-category-listings #course-listing > .lastpage .listitem:last-child > div .item-actions .action-movedown {
|
||||
display: none; }
|
||||
|
|
|
@ -14576,7 +14576,8 @@ span.editinstructions {
|
|||
margin-left: 1em;
|
||||
color: #a1a1a8; }
|
||||
#course-category-listings #course-listing .listitem .coursename {
|
||||
display: inline-block; }
|
||||
display: inline-block;
|
||||
flex-basis: 10rem; }
|
||||
#course-category-listings #course-listing > .firstpage .listitem:first-child > div .item-actions .action-moveup,
|
||||
#course-category-listings #course-listing > .lastpage .listitem:last-child > div .item-actions .action-movedown {
|
||||
display: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue