We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006ac7f commit 8ce6828Copy full SHA for 8ce6828
adev/shared-docs/components/search-dialog/search-dialog.component.scss
@@ -51,9 +51,9 @@ dialog {
51
padding-inline-end: 1rem;
52
padding-block: 0.25rem;
53
54
- /**
+ /**
55
* This rule needs ng-deep to be applied to elements that are created via a [innerHTML] binding
56
- */
+ */
57
::ng-deep {
58
mark {
59
background: #e62600;
@@ -155,8 +155,8 @@ dialog {
155
border-radius: 0 0 0.25rem 0.25rem;
156
157
docs-algolia-icon {
158
- display: inline-flex;
159
- margin-block-start: 0.12rem;
+ display: block;
+ margin-block-start: 5px;
160
margin-inline-start: 0.15rem;
161
width: 4rem;
162
}
0 commit comments