Commit 4b990144 by Andy Armstrong

Fix styling issue with ORA staff tools

TNL-3845
parent b6a543be
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
.staff-info__status__table, .staff-info__classifierset__table { .staff-info__status__table, .staff-info__classifierset__table {
@extend %copy-3; @extend %copy-3;
@include border-radius(($baseline-v/10)); @include border-radius(($baseline-v/10));
color: $copy-staff-color; word-break: initial;
.title { .title {
@extend %hd-2; @extend %hd-2;
......
...@@ -42,7 +42,7 @@ def load_requirements(*requirements_paths): ...@@ -42,7 +42,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='0.2.3', version='0.2.4',
author='edX', author='edX',
url='http://github.com/edx/edx-ora2', url='http://github.com/edx/edx-ora2',
description='edx-ora2', description='edx-ora2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment