Skip to content

Commit

Permalink
Comment 0px height and margin on joinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Barnard committed Nov 3, 2017
1 parent f697440 commit 4d11e73
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ limitations under the License.
/* Until the button is wired up */
.mx_MyGroups_joinBox {
visibility: hidden;

/* When joinBox wraps onto its own row, it should take up zero height so
that there isn't an awkward gap between MyGroups_createBox and
MyGroups_content.
*/
height: 0px;
margin: 0px;
}
Expand Down

0 comments on commit 4d11e73

Please sign in to comment.