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

Align the first button on error pages #10680

Merged
merged 1 commit into from
Sep 5, 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
3 changes: 0 additions & 3 deletions less/about/error.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
.buttons {
display: flex;
flex-flow: row wrap;
position: relative;
right: .2em; // cancel margin: .2em to align .buttons and .certErrorText
Copy link
Contributor Author

@luixxiul luixxiul Aug 28, 2017

Choose a reason for hiding this comment

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

See: 98217b3#diff-85bb393e13c9679fa6b5d5ea691bfdeaR27

We don't need those as the button does not have margin by default (unless tagged with groupedItem)


> .browserButton {
margin: .2em;
font-size: 14px;
}
}
Expand Down