diff --git a/CHANGES.md b/CHANGES.md index ebad087b7c..8edc5ceecb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,6 +53,8 @@ on-premises instances** that want to keep up to date. - Fix wrong color in the export progress bar [Taiga #11299](https://tree.taiga.io/project/penpot/issue/11299) - Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212) - Fix comment icon fill [Taiga #11388](https://tree.taiga.io/project/penpot/issue/11388) +- Fix gap on radio-buttons component [Taiga #11360](https://tree.taiga.io/project/penpot/issue/11360) + ## 2.7.2 ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/components/radio_buttons.scss b/frontend/src/app/main/ui/components/radio_buttons.scss index 2000065688..88c0913387 100644 --- a/frontend/src/app/main/ui/components/radio_buttons.scss +++ b/frontend/src/app/main/ui/components/radio_buttons.scss @@ -11,6 +11,7 @@ border-radius: $br-8; height: $s-32; background-color: var(--input-background-color); + gap: $s-4; } .radio-icon {