summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profile.scss
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-04-19 15:28:35 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-04-28 22:28:36 +0530
commitfb2da6795c8503db5fed0f856760289e87ea9419 (patch)
tree7023b093ee4b803d4bd328eb66d82a0514a6d923 /app/assets/stylesheets/pages/profile.scss
parent41b4e119e9b076cc0f36bd31cbb42f87e5ecb08f (diff)
downloadgitlab-ce-fb2da6795c8503db5fed0f856760289e87ea9419.tar.gz
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