Merge pull request #16999 from edx/mikix/LEARNER-3668
Don't wrap enroll button text
This commit is contained in:
@@ -27,12 +27,13 @@
|
|||||||
height: $baseline*1.5;
|
height: $baseline*1.5;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
|
white-space: nowrap;
|
||||||
background: theme-color("inverse");
|
background: theme-color("inverse");
|
||||||
border-color: theme-color("primary");
|
border-color: theme-color("primary");
|
||||||
color: theme-color("primary");
|
color: theme-color("primary");
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
padding: 0;
|
padding: 0 $baseline/4;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: $border-radius-sm;
|
border-radius: $border-radius-sm;
|
||||||
transition: all 0.4s ease-out;
|
transition: all 0.4s ease-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user