forked from matrix/element-web
Comment 0px height and margin on joinBox
This commit is contained in:
parent
f6974407e3
commit
4d11e739b5
|
@ -64,6 +64,11 @@ limitations under the License.
|
||||||
/* Until the button is wired up */
|
/* Until the button is wired up */
|
||||||
.mx_MyGroups_joinBox {
|
.mx_MyGroups_joinBox {
|
||||||
visibility: hidden;
|
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;
|
height: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue