Skip to content

Commit 5281b9e

Browse files
committed
finesse
1 parent d59ffd4 commit 5281b9e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/site-kit/src/lib/components/Banner.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
</a>
3838

3939
<button
40-
class="close-button"
4140
aria-label="Dismiss"
4241
onclick={() => {
4342
$hidden[banner.id] = true;
@@ -75,12 +74,19 @@
7574
}
7675
7776
a {
77+
position: relative;
7878
color: inherit;
7979
width: 100%;
8080
overflow: hidden;
8181
text-overflow: ellipsis;
8282
white-space: pre;
8383
text-align: center;
84+
line-height: 1;
85+
}
86+
87+
span {
88+
position: relative;
89+
top: 0.05em;
8490
}
8591
8692
.large {

0 commit comments

Comments
 (0)