summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 09:59:30 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 12:22:11 -0600
commita219158e77b70bdae43b707dedc7b2bc4f930280 (patch)
tree5ce086a9560aa1acb2d5e73d2d61ca47e8506864 /app/assets/stylesheets/framework/common.scss
parentc73a5d596f8b239a8f43d9825d893b96a2f7457a (diff)
downloadgitlab-ce-a219158e77b70bdae43b707dedc7b2bc4f930280.tar.gz
Remove admin.scssadmin-scss
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index b662282aa1d..600bf17259b 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -403,4 +403,8 @@ table {
&-60 {
@include str-truncated(60%);
}
+
+ &-100 {
+ @include str-truncated(100%);
+ }
}