diff options
author | Connor Smallman <connor.smallman@bedegaming.com> | 2017-01-03 19:13:47 +0000 |
---|---|---|
committer | Connor Smallman <connor.smallman@bedegaming.com> | 2017-01-11 07:12:38 +0000 |
commit | f68a715366e3ecbdd479e363576842e1a9dfc559 (patch) | |
tree | 157c63566dd87c02b7d0dc8d33761fe8a37c36f8 /changelogs/unreleased | |
parent | 8dc2163ce580f1d71be1cf45e5dfcb2b4763d7bb (diff) | |
download | gitlab-ce-f68a715366e3ecbdd479e363576842e1a9dfc559.tar.gz |
Removed `hidden-xs` class from alerts
Centered alert text and prevented alert actions links from floating
right for viewports below medium width (992px)
Centered alert text stopped alert actions from floating right for viewports below medium width (992px)
Update styles to use correct screen width variable for max-width media query
Added unreleased changelog
Added class to alert links wrapper
Updated styles for new class, float alert links on larger screens
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/25776-alerts-should-be-responsive.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/25776-alerts-should-be-responsive.yml b/changelogs/unreleased/25776-alerts-should-be-responsive.yml new file mode 100644 index 00000000000..15006523d3e --- /dev/null +++ b/changelogs/unreleased/25776-alerts-should-be-responsive.yml @@ -0,0 +1,4 @@ +--- +title: Changed alerts to be responsive, centered text on smaller viewports +merge_request: 8424 +author: Connor Smallman |