modal: Fix delete button focus outline cutoff in todo/poll widget.

This commit adds a padding so that the focus outline is visible
completely without being cutoff.

Fixes:zulip#32950.
This commit is contained in:
Pratik Chanda
2025-06-02 01:27:12 +05:30
committed by Tim Abbott
parent 146dcbc33a
commit 51819459e9

View File

@@ -533,6 +533,7 @@
height: 0;
overflow: auto;
flex-grow: 1;
padding-top: 2px;
padding-right: var(--width-simplebar-scroll-hover);
.option-row {