Page MenuHomePhabricator

Menu selection and button are too close to each other.
Closed, ResolvedPublic

Description

Under individual product pages, these controls are stuck together. Can we add a break between them?

Screen_Shot_2015-04-30_at_9.46.22_AM.png (130×352 px, 13 KB)

Event Timeline

violetto assigned this task to HuiZSF.
violetto raised the priority of this task from to Needs Triage.
violetto updated the task description. (Show Details)

@violetto
Found it, if this is good adding margin-top: 5px; for button area?

This problem has been resolved by adding:

/*97656*/
  .selector-wrapper select {
    margin-bottom: 5px;
  }
HuiZSF set Security to None.