mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Fixed scrolling on long content
This commit is contained in:
parent
077bbb813c
commit
70073b9267
@ -148,7 +148,7 @@
|
||||
table#tbl_records thead th:nth-child(4) { width: 100px; }
|
||||
table#tbl_records tbody td { text-align: center; }
|
||||
table#tbl_records tbody td:nth-child(0n+5),
|
||||
table#tbl_records tbody td:nth-child(0n+6) { text-align: left; }
|
||||
table#tbl_records tbody td:nth-child(0n+6) { text-align: left; word-break: break-all; }
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user