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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 18:59:30 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 21:22:11 +0300
commita219158e77b70bdae43b707dedc7b2bc4f930280 (patch)
tree5ce086a9560aa1acb2d5e73d2d61ca47e8506864 /app/assets/stylesheets/framework/common.scss
parentc73a5d596f8b239a8f43d9825d893b96a2f7457a (diff)
Remove admin.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%);
+ }
}