stretch table to fill width even if content smaller

This commit is contained in:
2017-05-15 01:06:46 +02:00
parent 3a3ac29cff
commit 577346d1f8

View File

@@ -172,6 +172,7 @@ function immo_show($db) {
<style type="text/css"> <style type="text/css">
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%;
} }
table, th, td { table, th, td {
border: 1px solid orange; border: 1px solid orange;