Make profile metadata not hide overflow

master
noiob 2019-11-22 07:36:13 +01:00
parent f12bbf6948
commit 2383dec9de
2 changed files with 4 additions and 4 deletions

View File

@ -245,10 +245,10 @@
box-sizing: border-box;
padding: 14px;
text-align: center;
max-height: 48px;
/* max-height: 48px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis; */
}
dt {

View File

@ -243,10 +243,10 @@
box-sizing: border-box;
padding: 14px;
text-align: center;
max-height: 48px;
/* max-height: 48px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis; */
}
dt {