Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Bug fix ][ Slider ] Fix an issue where full width alignment does not work in tt4 and tt5. #2271

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ e.g.
== Changelog ==

[ Bug fix ][ Link Component ] Fix adding "http://" with "tel:" and "mailto:" link.
[ Bug fix ][ Slider ] Fix an issue where full width alignment does not work in tt4 and tt5.

= 1.87.0 =
[ Add function ][ Link Toolbar ] Added to skip retrieving metadata (title and favicon) for external links in link toolbar to prevent CORS errors.
Expand Down
1 change: 0 additions & 1 deletion src/blocks/slider/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/*-------------------------------------------*/
.vk_slider {
//共通ではないためvk_sliderの中に格納
width: 100%;
height: auto; //100%だとサイトエディター画面でおかしくなるのでautoに
position: relative;
&_item {
Expand Down
Loading