-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat component to match new design
The original component used float based layout techniques to achieve a variety of different layouts. This was fairly delicate but worked in the context of the original markup. With the design now requiring tighter positioning of elements, the legacy setup was not robust enough and needed updating. In particular, the "Is this page useful?" question needed to flow better for foreign languages, where the text often wraps to multiple lines on mobile. Now the layout uses flexbox to arrange elements more robustly, and improves responsiveness at various screen sizes.
- Loading branch information
1 parent
8a19b07
commit 1af8fe4
Showing
4 changed files
with
146 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.