Skip to content

Commit

Permalink
[BUGFIX] Use block styling for image links instead of inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 21, 2023
1 parent d4c4a1b commit 7c6459b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-rte.css
Original file line number Diff line number Diff line change
Expand Up @@ -18334,7 +18334,7 @@ a.lightbox {
}

.image > a {
display: inline-block;
display: block;
}

.image > a:focus-visible, .image > a:focus {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-rte.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18334,7 +18334,7 @@ a.lightbox {
}

.image > a {
display: inline-block;
display: block;
}

.image > a:focus-visible, .image > a:focus {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Scss/plugins/_photoswipe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a.lightbox {
cursor: zoom-in;
}
.image > a {
display: inline-block;
display: block;
&:focus-visible,
&:focus {
outline-offset: 1px;
Expand Down

0 comments on commit 7c6459b

Please sign in to comment.