Skip to content

Commit

Permalink
Remove the width property.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 27, 2020
1 parent 3932545 commit e95f5b4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ html.interface-interface-skeleton__html-container {
}

.interface-interface-skeleton__left-sidebar {
width: 0;

@include break-medium() {
width: auto;
border-right: $border-width solid $gray-200;
}
}
Expand Down

0 comments on commit e95f5b4

Please sign in to comment.