forked from halo-dev/halo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove padding style from editor column block (halo-dev#6407)
#### What type of PR is this? /area editor /kind improvement /milestone 2.18.x #### What this PR does / why we need it: 移除编辑器 Column 的默认 padding 样式。 See halo-dev#6377 (comment) #### Which issue(s) this PR fixes: Fixes halo-dev#6377 #### Does this PR introduce a user-facing change? ```release-note 移除编辑器分栏卡片的默认 padding 样式。 ```
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
border: 1px solid #e7e9e8; | ||
border-radius: 6px; | ||
position: relative; | ||
padding: 16px; | ||
} | ||
} | ||
} | ||
|