diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/module.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/module.less b/public/css/module.less new file mode 100644 index 0000000..a00320c --- /dev/null +++ b/public/css/module.less @@ -0,0 +1,5 @@ +/*! Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */ + +.tts-integrations-table { + table-layout: fixed; +} |