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

Fix button alignment on error page #11008

Merged
merged 1 commit into from
Sep 19, 2017
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
2 changes: 1 addition & 1 deletion less/about/error.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {

.errorContent {
display: flex;
width: 40vw;
width: 60vw;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi this change affects every error page so let's not forget to do QA for the pages as well.

max-width: 600px;
margin: 20vh auto;
line-height: 1.6em;
Expand Down