This commit is contained in:
Anuken
2020-11-05 09:09:19 -05:00
parent 70db073054
commit 47b123c219
5 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,6 @@ public class ContentInfoDialog extends BaseDialog{
}
}
if(content.details != null){
table.add("[gray]" + content.details).pad(6).padTop(20).width(400f).wrap().fillX();
table.row();