prevent overflow of the project index
This commit is contained in:
parent
c08b0f589a
commit
9a93ab091d
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user