PLT-5669: Change format of timestamp of access history (#5646)

Add new line for timestamp and forbid wrap for ip and sessionid of access history to
prevent unnecessary line wrap.
Этот коммит содержится в:
VeraLyu
2017-03-23 18:39:15 +08:00
коммит произвёл George Goldberg
родитель 41ebdb6441
Коммит 0326177253
2 изменённых файлов: 22 добавлений и 15 удалений

Просмотреть файл

@@ -26,6 +26,10 @@ body {
word-break: break-all;
}
.whitespace--nowrap {
white-space: nowrap;
}
.overflow--ellipsis {
overflow: hidden;
text-overflow: ellipsis;