prevent overflow of the project index

This commit is contained in:
Jacky 2017-11-05 10:01:44 -05:00
parent c08b0f589a
commit 9a93ab091d

View File

@ -87,6 +87,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
opacity: 0.2;
}
#projects-container > table {
table-layout: fixed
}
#projects-container > table > tbody > tr > td {
word-wrap: break-word;
}
#metadata-body tr:nth-child(even) {background: #CCC}
#metadata-body tr:nth-child(odd) {background: #FFF}