Commit ed373b4d authored by Phil Hughes's avatar Phil Hughes

Merge branch '281026-set-live-preview-bg-white' into 'master'

Set Web IDE live preview bg to white

See merge request gitlab-org/gitlab!49901
parents ca2f256e 5df59ebb
......@@ -152,7 +152,7 @@ export default {
</script>
<template>
<div class="preview h-100 w-100 d-flex flex-column">
<div class="preview h-100 w-100 d-flex flex-column gl-bg-white">
<template v-if="showPreview">
<navigator :manager="manager" />
<div id="ide-preview"></div>
......
---
title: Set Web IDE Live Preview default background to white
merge_request: 49901
author:
type: fixed
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