This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cd954ef98b0 [fix] make font size consistent in table (#308)
cd954ef98b0 is described below

commit cd954ef98b003ced23c32a627245d297e248bedb
Author: labuladong <[email protected]>
AuthorDate: Tue Nov 29 20:35:02 2022 +0800

    [fix] make font size consistent in table (#308)
---
 site2/website-next/src/css/custom.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/site2/website-next/src/css/custom.css 
b/site2/website-next/src/css/custom.css
index 0da1fb2f6fd..412f316092f 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -389,6 +389,10 @@ div[class^="searchBox_"] {
   font-size: 14px;
 }
 
+.docs-doc-page .markdown table td li {
+  font-size: 14px;
+}
+
 .markdown table tbody {
   overflow-wrap: anywhere;
 }

Reply via email to