UX: On mobile add a max width for really long forum names

This commit is contained in:
Robin Ward 2014-10-14 17:00:54 -04:00
parent 27ebaae4e4
commit ba245ca098

View File

@ -74,3 +74,7 @@
.search-link .topic-statuses .topic-status i { .search-link .topic-statuses .topic-status i {
font-size: 14px; font-size: 14px;
} }
.d-header h2 {
max-width: 150px;
}