diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 13:13:18 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 13:13:18 +0300 |
commit | b23f78df7af9653447db0d8b8d8edd21fe2e732d (patch) | |
tree | a7e94c93bb6cc040dae357f5e1e0ea89040fe1e1 /htdocs | |
parent | 97f12cbd14dbeb429a22b9c705a1ffd1ce74fae6 (diff) |
contacts: fix page layout on mobile devices
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/scss/app/common.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/htdocs/scss/app/common.scss b/htdocs/scss/app/common.scss index b9c5959..074c1aa 100644 --- a/htdocs/scss/app/common.scss +++ b/htdocs/scss/app/common.scss @@ -119,11 +119,8 @@ table.contacts { border: 0; border-collapse: collapse; margin: 8px auto 0; - //width: 100%; - //table-layout: fixed; } table.contacts td { - white-space: nowrap; padding-bottom: 15px; vertical-align: top; } |