Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text overflows button on Home page #6898

Merged
merged 3 commits into from
Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion res/css/structures/_HomePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ limitations under the License.
}

.mx_HomePage_default_buttons {
display: flex;
margin: 60px auto 0;
width: fit-content;

.mx_AccessibleButton {
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin

width: 160px;
height: 132px;
oliver-pham marked this conversation as resolved.
Show resolved Hide resolved
min-height: 132px;
margin: 20px;
position: relative;
display: inline-block;
Expand Down