From c7ae533034201db52f8dfb5a8956103ecd890cd7 Mon Sep 17 00:00:00 2001 From: Ricardo Ribeiro Date: Wed, 17 May 2017 07:29:46 +0100 Subject: [PATCH] Fix torrent view text overflowing --- nyaa/static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 1743595..2433f5f 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -99,6 +99,12 @@ table.torrent-list thead th.sorting_desc:after { } } +@media (min-width: 992px){} + .col-md-5 { + word-wrap: break-word; + } +} + /* elasticsearch term highlight */ .hlt1 { font-style: normal;