Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow committed Mar 13, 2024
1 parent d2069a5 commit b560ed7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions plugins/woocommerce-admin/client/launch-store/styles.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.woocommerce-layout__main .launch-your-store-layout__container {
display: flex;
flex-direction: row;

.launch-your-store-layout__sidebar {
width: 380px;

&.is-sidebar-hidden {
display: none;
}
}
display: flex;
flex-direction: row;

.launch-your-store-layout__content {
flex-grow: 1;
}
}
.launch-your-store-layout__sidebar {
width: 380px;

&.is-sidebar-hidden {
display: none;
}
}

.launch-your-store-layout__content {
flex-grow: 1;
}
}

0 comments on commit b560ed7

Please sign in to comment.