Remove top margin

pull/6447/head
Richard Lewis 2018-04-04 13:48:33 +01:00
parent 2c84cb6702
commit 0296919dfb
1 changed files with 1 additions and 4 deletions

View File

@ -68,16 +68,13 @@ limitations under the License.
.mx_AppTileFullWidth {
max-width: 960px;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 1px solid $primary-hairline-color;
border-radius: 2px;
}
.mx_AppTile, .mx_AppTileFullWidth {
margin-top: 3px;
}
.mx_AppTileMenuBar {
margin: 0;
padding: 2px 10px;