mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:28:26 +02:00
🐛 Fix radio buttons gap
This commit is contained in:
parent
03a82c18cb
commit
b595d5abf8
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
border-radius: $br-8;
|
||||
height: $s-32;
|
||||
background-color: var(--input-background-color);
|
||||
gap: $s-4;
|
||||
}
|
||||
|
||||
.radio-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue