0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fixes dashboard preview text alignment

This commit is contained in:
alonso.torres 2021-02-11 11:58:45 +01:00
parent 7846682223
commit 0a6e0d0f2c
2 changed files with 5 additions and 0 deletions

View file

@ -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:)

View file

@ -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;