Skip to content

Commit

Permalink
Sidebar admin settings not displayed <960px (#9730)
Browse files Browse the repository at this point in the history
* sidebar admin settings not displayed <960px

* Fixing spaces snapshot
  • Loading branch information
jacob-nv authored Sep 27, 2023
1 parent 6ce1ace commit 2820aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<main class="oc-flex oc-flex-wrap oc-height-1-1 app-content oc-width-1-1">
<main class="oc-flex oc-height-1-1 app-content oc-width-1-1">
<app-loading-spinner v-if="loading" />
<template v-else>
<div id="admin-settings-wrapper" class="oc-width-expand oc-height-1-1 oc-position-relative">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Spaces view loading states should render spaces list after loading has been finished 1`] = `
<div>
<main class="oc-flex oc-flex-wrap oc-height-1-1 app-content oc-width-1-1">
<main class="oc-flex oc-height-1-1 app-content oc-width-1-1">
<div class="oc-width-expand oc-height-1-1 oc-position-relative" id="admin-settings-wrapper">
<div class="oc-app-bar oc-py-s" id="admin-settings-app-bar">
<div class="admin-settings-app-bar-controls oc-flex oc-flex-between oc-flex-middle">
Expand Down

0 comments on commit 2820aa8

Please sign in to comment.