File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
static/app/components/core/alert Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,23 +129,23 @@ export const TrailingItems = chonkStyled('div')<ChonkAlertProps>`
129
129
grid-template-rows: 100%;
130
130
gap: ${ p => p . theme . space . md } ;
131
131
font-size: ${ p => p . theme . fontSizeMedium } ;
132
- padding-top: ${ p => p . theme . space . md } ;
133
132
grid-row: 2;
134
133
grid-column: 1 / -1;
135
134
justify-items: start;
136
- margin-top: -2px;
135
+ min-height: 28px;
136
+ padding-block: ${ p => p . theme . space [ '2xs' ] } ;
137
137
138
138
> svg {
139
139
width: 16px;
140
140
height: 16px;
141
141
display: flex;
142
142
align-items: center;
143
+ align-self: center;
143
144
}
144
145
145
146
@media (min-width: ${ p => p . theme . breakpoints . small } ) {
146
- grid-row: auto;
147
- grid-column: auto;
148
- align-items: flex-start;
147
+ grid-area: auto;
148
+ align-items: start;
149
149
}
150
150
` ;
151
151
You can’t perform that action at this time.
0 commit comments