Merge pull request #23632 from edx/mikix/welcome-message

Cut off long course welcome messages
This commit is contained in:
Michael Terry
2020-04-07 12:06:37 -04:00
committed by GitHub
9 changed files with 187 additions and 4 deletions

View File

@@ -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;
}