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:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-02-06 02:12:02 +0300
committerFatih Acet <acetfatih@gmail.com>2019-02-06 02:12:02 +0300
commit52434a7034529330e8b5a7ebd0b75992635644c7 (patch)
tree4d30a6bfe59ec43ca4ec2074fef2e23dade1faaa /app/assets/stylesheets/framework/common.scss
parentdb35914c61be3d78f5956af51b74546a0b101ca7 (diff)
Resolve "Update project topics styling to use badges design"
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 15fe331f9e4..cb449b642e7 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -89,6 +89,10 @@ hr {
.str-truncated {
@include str-truncated;
+ &-30 {
+ @include str-truncated(30%);
+ }
+
&-60 {
@include str-truncated(60%);
}