Merge pull request #23632 from edx/mikix/welcome-message
Cut off long course welcome messages
This commit is contained in:
@@ -201,6 +201,13 @@
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.welcome-message-show-more {
|
||||
float: right;
|
||||
background-color: transparent;
|
||||
color: $black;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
// Course sidebar
|
||||
@@ -406,7 +413,7 @@
|
||||
|
||||
#expand-collapse-outline-all-button {
|
||||
float: right;
|
||||
background-color: $white;
|
||||
background-color: transparent;
|
||||
color: $black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user