diff --git a/services/web/public/stylesheets/app/wiki.less b/services/web/public/stylesheets/app/wiki.less index fabdaa232f..2a8c43e534 100644 --- a/services/web/public/stylesheets/app/wiki.less +++ b/services/web/public/stylesheets/app/wiki.less @@ -42,6 +42,11 @@ } margin-bottom: @line-height-computed / 2; } + .table-no-borders { + th, td { + border: 0px; + } + } .example { max-width: 100%;