Because they are crammed together

In file.admin.css:

.form-managed-file .form-file, .form-managed-file .form-submit {
- margin: 0;
+ margin: 0 .5em 0;
}

and yes, I am that picky.

(sorry I didn't roll a patch, I'm a designer :) )

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vineet.osscube’s picture

Assigned: Unassigned » vineet.osscube
vineet.osscube’s picture

FileSize
391 bytes

Attached patch for the same.

Status: Needs review » Needs work

The last submitted patch, CSS-2041625-2.patch, failed testing.

tkoleary’s picture

@vineet.osscube

Thanks!

vineet.osscube’s picture

@tkoleary,
Patch failed in browser group testing. Can you check once again and suggest css code?

falc0’s picture

I think you have a small typo in your patch:

+ margin: 0.5em 0;

should be

+ margin: 0 .5em 0;
vineet.osscube’s picture

Status: Needs work » Needs review
FileSize
392 bytes

Correct and attached patch for the same.

vineet.osscube’s picture

@falc0

Thanks

aspilicious’s picture

Can we gets screens (before after?)
After all this is a frontend issue.

jOksanen’s picture

FileSize
41.16 KB
38.87 KB

Images as requested.

andymartha’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
47.35 KB

After applying the patch CSS-2041625-7.patch by vineet.osscube in #7 to a Drupal 8 fresh install 8/9 , I confirm the space is there and nothing breaks (not too much to break). Attached is a small screen screenshot to go with #10

2041625smallscreen.png

tim.plunkett’s picture

FileSize
391 bytes

Functionally identical, just adhering to coding standards.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Cool, this has been annoying me, too. :)

Committed and pushed to 8.x. Thanks!

tkoleary’s picture

Another small win. Let's keep em rolling!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.