[Glitch] Admission-based registrations mode

Port SCSS changes from 51e154f5e8 to glitch-soc
This commit is contained in:
Eugen Rochko 2019-03-14 05:28:30 +01:00 committed by Thibaut Girka
parent d8b43f4bd6
commit 338f1327e9
1 changed files with 8 additions and 0 deletions

View File

@ -705,3 +705,11 @@ a.name-tag,
overflow: hidden;
text-overflow: ellipsis;
}
.ellipsized-ip {
display: inline-block;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}