Skip to content

Commit 2573985

Browse files
committed
refactor: remove unnecessary min-height
1 parent 127c761 commit 2573985

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/components/discord-message/DiscordMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export class DiscordMessage extends LitElement implements DiscordMessageProps, L
132132
133133
:host(:hover) .discord-message-timestamp-hover::before {
134134
content: attr(datetime);
135-
min-height: 24px !important;
136135
}
137136
138137
:host([light-theme]) .discord-message-timestamp {

0 commit comments

Comments
 (0)