From 393f4bbc260b89734c39ae74c96b457904d8c9fc Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 20 Aug 2019 10:09:42 -0700 Subject: [PATCH] names: Perform better layout of domain names table on small screens Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/names/templates/names.html | 6 +++--- static/themes/default/css/plinth.css | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/plinth/modules/names/templates/names.html b/plinth/modules/names/templates/names.html index f94664e5f..11cdb7202 100644 --- a/plinth/modules/names/templates/names.html +++ b/plinth/modules/names/templates/names.html @@ -23,11 +23,11 @@ {% block configuration %} - +
- + @@ -36,7 +36,7 @@ {% for domain in status.domains|dictsort:"domain_type.display_name" %} - +
TypeDomain NameDomain Name Services
{{ domain.domain_type.display_name }}{{ domain.name }}{{ domain.name }} {{ domain.get_readable_services|join:', ' }}