Skip to content

Commit

Permalink
スタイル崩れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
1000-x-t30 committed Nov 8, 2024
1 parent 4cfe780 commit 410c6a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/custom-field-maker.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
.hljs {
border-radius: 5px;
padding: 20px;
background-color: #F0F0F0;
background-color: #F0F0F0 !important;
min-height: 19.391px;
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-field-maker",
"version": "1.5.24",
"version": "1.5.25",
"description": "custom field maker for a-blog cms",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigator/PreviewNavigator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function PreviewNavigator() {
return (
<div className="customFieldNavigatorCode">
<div>
<div className="acms-flex acms-items-center" style={{ gap: '16px' }}>
<div className="acms-admin-flex acms-admin-items-center" style={{ gap: '16px' }}>
{editMode !== 'confirm' && (
<div>
<select
Expand Down

0 comments on commit 410c6a4

Please sign in to comment.