Skip to content

Commit 92244f2

Browse files
authored
Merge pull request #4076 from CodeHarborHub/restyled/dev-3
Restyle update css for responsive design of Editor
2 parents 18874e6 + 98fe389 commit 92244f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/LiveEditor/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@
168168
.editor_select_container {
169169
grid-template-columns: repeat(1, minmax(0, 1fr));
170170
}
171-
}
171+
}

src/pages/LiveEditor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function LiveEditor() {
5555
Basic Text Editor
5656
</h2>
5757
<div className="editor_select_image_container">
58-
<img src={html} alt="html" className="editor_select_image" />
58+
<img src={html} alt="html" className="editor_select_image" />
5959
<img src={css} alt="css" className="editor_select_image" />
6060
<img src={Js} alt="js" className="editor_select_image" />
6161
</div>

0 commit comments

Comments
 (0)