Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-12-15 17:25:41 +0300
committerKushal Pandya <kushal@gitlab.com>2018-07-09 14:22:27 +0300
commit599a401c1e56b69a87463361c0f240368b01789c (patch)
tree69c8f1c9c8cafeb2dbdb7a6f914a3c84072eb4aa
parent3e6bda50be4142da874a769da29f9f14034b48bd (diff)
Add IE11 & Edge compat stylesheet
-rw-r--r--app/assets/stylesheets/application.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index f2950308019..e0c2a41430c 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -47,3 +47,8 @@
* Styles for JS behaviors.
*/
@import "behaviors";
+
+/*
+ * Styling Fixes for IE11 & Edge
+ */
+@import "ie_edge_compat";