Remove text wrapping for DNS providers table server locations column #1222
Reference in New Issue
Block a user
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.https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L88-L89
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L92-L93
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L124-L125
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L224-L225
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L276-L277
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_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)https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L186
https://github.com/privacytoolsIO/privacytools.io/blob/7993b559f0a7b22f225cc701e9016afc9938f012/_includes/sections/dns.html#L106
change to
Ah good catch! Didn't even realize this.
LGTM 👍