Skip to content

Commit 1ab2fee

Browse files
author
Ben Warzeski
authored
add reasonable width to grade format button (#198)
1 parent 9c9ba45 commit 1ab2fee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/GradesTab/GradesTab.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@
194194
overflow-wrap: break-word;
195195
word-wrap: break-word;
196196
}
197+
198+
select#ScoreView.form-control {
199+
padding-right: 26px;
200+
}

0 commit comments

Comments
 (0)