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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 00:10:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 00:10:21 +0300
commitb27ec7e464fbdb37c2be961a856d6eb99caeb767 (patch)
treeb6fefe378371292e2ffd1de6f47e241df3d4aa2c /app/assets/stylesheets
parent46c019ae69759f91eb6e71e4aa4dd9b23b136f60 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index b87fd3e67d4..62782de5402 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -137,6 +137,16 @@
border-radius: $border-radius-default $border-radius-default 0 0;
}
+.math-content-inline {
+ overflow: auto;
+ display: inline-flex;
+}
+
+.math-content-display {
+ overflow: auto;
+ display: block;
+}
+
@include media-breakpoint-down(xs) {
.referenced-users {
margin-right: 0;