Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Specify margin between sections
Browse files Browse the repository at this point in the history
Specify margin between sections, instead of relying on the default
margin of the heading (h3).

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Mar 16, 2022
1 parent 7cea710 commit f61a8d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ limitations under the License.
.mx_InviteDialog_userSections {
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
padding-right: 0;

.mx_InviteDialog_section {
padding-bottom: 0;
margin-top: 12px;
}
}
}
}
Expand Down

0 comments on commit f61a8d5

Please sign in to comment.