From 9b75fc46f3e545db7eb5eaef0a6acd974eb9744a Mon Sep 17 00:00:00 2001 From: Nameer Haider Date: Tue, 22 Oct 2024 21:26:59 +0300 Subject: [PATCH] fix: fixing welcome actions last item margin with RTL --- .../conventional-commits/static/css/scss/layout/_welcome.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/conventional-commits/static/css/scss/layout/_welcome.scss b/themes/conventional-commits/static/css/scss/layout/_welcome.scss index 3347549..11af1ee 100644 --- a/themes/conventional-commits/static/css/scss/layout/_welcome.scss +++ b/themes/conventional-commits/static/css/scss/layout/_welcome.scss @@ -74,10 +74,6 @@ transition: background-color .3s ease, color .3s ease; min-width: fit-content; - &:last-child { - margin-right: 0; - } - &:hover { background-color: $welcome-action-color; color: get-color-accessible-for-background($welcome-action-color)