cozy / cozy-photos-v3

Cozy Photos app for Cozy Cloud
GNU Affero General Public License v3.0
1 stars 9 forks source link

fix: select and button the same size #172

Closed enguerran closed 7 years ago

enguerran commented 7 years ago

I guess @GoOz will have a better solution for such a problem. But I am not familiar with side-effects on changing something in cozy-ui.

Then, before:

and after:

enguerran commented 7 years ago

(1) [PHO] Pouvoir choisir la permission de partage

enguerran commented 7 years ago

@y-lohse the padding-bottom fixes the text which is truncated by the height rule.

GoOz commented 7 years ago

Well… the issue here is that form elements like select have a higher height than button's (in UI I mean) but this mockup introduces a select that has a button's height. That's new. And as this is only in this case for now, it'll do the job only on this repo. But I think there's something to be done in order to get some harmony between all those elements. At some point at least.

tl;dr that's fine by me.