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:
authorTimothy Andrew <mail@timothyandrew.net>2016-04-19 12:58:35 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-04-28 19:58:36 +0300
commitfb2da6795c8503db5fed0f856760289e87ea9419 (patch)
tree7023b093ee4b803d4bd328eb66d82a0514a6d923 /app/assets/stylesheets/pages/profile.scss
parent41b4e119e9b076cc0f36bd31cbb42f87e5ecb08f (diff)
Add an "Inactive Personal Access Tokens" section.
- Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 8c62c97215f..85d9173afb3 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -211,4 +211,8 @@
.personal-access-tokens-never-expires-label {
color: #bbb;
+}
+
+.personal-access-tokens-token-column {
+ max-width: 500px
} \ No newline at end of file