Remove text wrapping for DNS providers table server locations column #1222
Reference in New Issue
Block a user
No description provided.
Delete Branch "1185"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Resolves: https://github.com/privacytoolsIO/privacytools.io/issues/1185
Check List
I have read and understand the contributing guidelines.
I have listed the source code.
This project is free/libre software.
This project has an associated discussion.
Netlify preview for the mainly edited page: https://deploy-preview-1222--privacytools-io.netlify.com/providers/dns/#icanndns
Code Repository (if applicable): N/A
Deploy preview for privacytools-io ready!
Built with commit
3ff07953dehttps://deploy-preview-1222--privacytools-io.netlify.com
Looks good, thanks 👍
Move
)and,up, because on website it will display space between them, which looks bad.7993b559f0/_includes/sections/dns.html (L88-L89)7993b559f0/_includes/sections/dns.html (L92-L93)7993b559f0/_includes/sections/dns.html (L124-L125)7993b559f0/_includes/sections/dns.html (L224-L225)7993b559f0/_includes/sections/dns.html (L276-L277)7993b559f0/_includes/sections/dns.html (L324-L325)@@ -89,3 +114,4 @@</td><td>Yes</td><td>Yes</td><td>Ads, trackers, malicious domains <span class="badge badge-warning" data-toggle="tooltip" data-original-title="And some wildcard, IDN, and non-ASCII domains."><a href="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"><i class="fas fa-exclamation-triangle"></i></a></span></td>Indentation ;p
Add newline at the end of the file.
https://stackoverflow.com/a/729795
Thanks, so that is what git sometimes complains about!
I noticed that bold DoT is on seperate line when there
,after it, which was not the case before (with some fonts, like one that is used on my Tor Browser)7993b559f0/_includes/sections/dns.html (L186)7993b559f0/_includes/sections/dns.html (L106)change to
Ah good catch! Didn't even realize this.
LGTM 👍