diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index aaa9ab4..b2c1898 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -218,8 +218,12 @@ input[type=submit] { } .user-profile-picture { - width: 25px; - height: 23px; + min-width: 25px; + max-width: 25px; + + min-height: 23px; + max-height: 23px; + text-align: center; padding-top: 2px; border-radius: 50%; @@ -312,6 +316,7 @@ table { .table-username { margin-left: 10px; + overflow-y: scroll; } td {