mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 13:56:04 +00:00
🐛 Fixes dashboard preview text alignment
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
- Fix show correct error when google auth is disabled
|
||||
- Fix apply a color to a text selection from color palette was not working
|
||||
- Fix logo icon in viewer should go to dashboard
|
||||
- Fix text alignment in preview [#594](https://github.com/penpot/penpot/issues/594)
|
||||
|
||||
### Community contributions by (Thank you! :heart:)
|
||||
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
width: 18%;
|
||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
||||
|
||||
.grid-item-th {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
&.placeholder {
|
||||
min-width: 115px;
|
||||
max-width: 115px;
|
||||
|
||||
Reference in New Issue
Block a user