We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1ebd0 commit a1c959aCopy full SHA for a1c959a
apps/client/src/widgets/ribbon/NoteInfoTab.tsx
@@ -62,7 +62,6 @@ export default function NoteInfoTab({ note }: TabContext) {
62
{!isLoading && !noteSizeResponse && !subtreeSizeResponse && (
63
<Button
64
className="calculate-button"
65
- style={{ padding: "0px 10px 0px 10px" }}
66
icon="bx bx-calculator"
67
text={t("note_info_widget.calculate")}
68
onClick={() => {
apps/client/src/widgets/ribbon/style.css
@@ -189,6 +189,10 @@
189
font-size: 0.8em;
190
vertical-align: middle !important;
191
}
192
+
193
+.note-info-widget .calculate-button {
194
+ padding: 0 10px;
195
+}
196
/* #endregion */
197
198
/* #region Similar Notes */
0 commit comments