app settings: only display text fields at full width, not buttons

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent e0446a1df5
commit 49e15f0130
  1. 2
      core/css/apps.css

@ -220,7 +220,7 @@
}
/* display input fields at full width */
#app-settings-content input {
#app-settings-content input[type='text'] {
width: 93%;
}

Loading…
Cancel
Save