Skip to content

Commit 017e3a9

Browse files
committed
chore(ExternalMessages): improve layout
1 parent cfec9d4 commit 017e3a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meteor/client/ui/Status/ExternalMessages.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ function ExternalMessagesRow({ msg }: Readonly<ExternalMessagesRowProps>) {
234234
<td className="c2">
235235
{getAllowConfigure() ? (
236236
<React.Fragment>
237-
<button className="action-btn" onClick={removeMessage}>
237+
<button className="action-btn mod mls" onClick={removeMessage}>
238238
<FontAwesomeIcon icon={faTrash} />
239239
</button>
240-
<button className="action-btn" onClick={toggleHoldMessage}>
240+
<button className="action-btn mod" onClick={toggleHoldMessage}>
241241
{msg.hold ? <FontAwesomeIcon icon={faPlay} /> : <FontAwesomeIcon icon={faPause} />}
242242
</button>
243-
<button className="action-btn" onClick={retryMessage}>
243+
<button className="action-btn mod" onClick={retryMessage}>
244244
<FontAwesomeIcon icon={faRedo} />
245245
</button>
246246
<br />

0 commit comments

Comments
 (0)