fargo: fix message style when no user docs are present

This commit is contained in:
Serghei Mihai 2018-03-27 17:09:41 +02:00
parent 294498a671
commit af656f0572
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ div#user-files {
form#send-file {
display: none;
}
tbody tr {
cursor: auto;
&:hover td:first-child {
text-decoration: none;
}
}
div.table-container {
min-width: 0;
width: 100%;