Commit eb5cbb5c authored by Alexander Turinske's avatar Alexander Turinske

Remove unnecessary styling for sidebar components

- there is a class that manages this now
parent 73f2dfc3
......@@ -195,7 +195,6 @@ export default {
<div
class="alert-assignees gl-py-5 gl-w-70p"
:class="{ 'gl-border-b-1 gl-border-b-solid gl-border-b-gray-100': !sidebarCollapsed }"
style="width: 70%"
>
<template v-if="sidebarCollapsed">
<div
......
......@@ -68,7 +68,6 @@ export default {
<div
class="alert-status gl-py-5 gl-w-70p"
:class="{ 'gl-border-b-1 gl-border-b-solid gl-border-b-gray-100': !sidebarCollapsed }"
style="width: 70%"
>
<template v-if="sidebarCollapsed">
<div ref="status" class="gl-ml-6" data-testid="status-icon" @click="$emit('toggle-sidebar')">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment