Skip to content

Commit 02ae4e7

Browse files
committed
fix files column header lineup
test plan: * the files page columns should line up with the headers closes #CNVS-27025 Change-Id: Iaad167b34114f648d24ca1e7f0d76c544c683128 Reviewed-on: https://gerrit.instructure.com/73733 Tested-by: Jenkins Reviewed-by: Jeremy Stanley <jeremy@instructure.com> QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com> Product-Review: James Williams <jamesw@instructure.com>
1 parent cdbb5ad commit 02ae4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/stylesheets/pages/react_files/_react_files.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ body.files {
283283

284284
.ef-links-col{
285285
display: flex;
286-
flex: 0 0 63px;
286+
flex: 2 0 63px;
287287
}
288288

289289
.ef-thumbnail {

0 commit comments

Comments
 (0)