summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-07-26 12:12:31 +0000
committerFatih Acet <acetfatih@gmail.com>2019-07-26 12:12:31 +0000
commit99b5965ac0ab3ca1a6f5df1b9ecd6bae6f7c4543 (patch)
tree1e88049a12c1c6c4ceffa1421ae044aae593f5cc /app/assets/stylesheets/framework/common.scss
parent55f99e930e1c147ec191a234ff4881ea7e70ea61 (diff)
downloadgitlab-ce-99b5965ac0ab3ca1a6f5df1b9ecd6bae6f7c4543.tar.gz
(CE Port) Add MR table component for Productivity Analytics
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 61ab0476c42..6b44834cc52 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -441,6 +441,7 @@ img.emoji {
.mw-460 { max-width: 460px; }
.mw-6em { max-width: 6em; }
.mw-70p { max-width: 70%; }
+.mw-90p { max-width: 90%; }
.min-height-0 { min-height: 0; }