diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-23 13:41:24 -0400 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-08-23 13:41:24 -0400 |
| commit | 8778270381c6f2fffdf1c6a5eb09448a787aebd7 (patch) | |
| tree | 1b7039b5158b35c844f4adcd9d4fc3d7112a954a /src/components/user_profile/user_profile.vue | |
| parent | 2bc261afbaf9377450999e49a5fe46dcbcc8b180 (diff) | |
| parent | bf61592b567f949ea65c0454e42a884dd065ab6e (diff) | |
Merge branch 'fix/style-fixes-user-profile' into 'develop'
Style fixes in user profile
See merge request !107
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 9a357efc..ec90b8b0 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -14,6 +14,8 @@ .user-profile { flex: 2; flex-basis: 500px; + padding-bottom: 10px; + border-radius: 10px; } </style> |
