Skip to content

Commit 9852c87

Browse files
fix: design in mobile view
1 parent 1268f65 commit 9852c87

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/OpenSign/src/components/pdf/EmbedTab.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ export class AppComponent{
113113
className={`${tabData.icon}`}
114114
style={{ color: tabData.color }}
115115
></i>
116-
<span className="ml-1">{tabData.title}</span>
116+
<span className="ml-1 text-[10px] font-medium md:font-normal md:text-[15px]">
117+
{tabData.title}
118+
</span>
117119
</div>
118120
))}
119121
</div>
@@ -150,9 +152,6 @@ export class AppComponent{
150152
{data.codeString}
151153
</SyntaxHighlighter>
152154
</div>
153-
<p className="text-[13px] mb-3">
154-
{t("public-template-mssg-2")}
155-
</p>
156155
</div>
157156
);
158157
})}

0 commit comments

Comments
 (0)