Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix Selectable Text on 'Delete All' and 'Retry All' Buttons #10128

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/structures/_RoomStatusBar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ limitations under the License.
padding-left: 30px; /* 18px for the icon, 2px margin to text, 10px regular padding */
display: inline-block;
position: relative;
user-select: none;

&:nth-child(2) {
border-left: 1px solid $resend-button-divider-color;
Expand Down