Skip to content

Commit

Permalink
Remove unneeded css
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Feb 2, 2024
1 parent b7ce2f4 commit 16a34e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/builddao/widget/Compose.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/builddao/widget/components/TextEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/builddao/widget/components/modals/propose/Text.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const MarkdownEditor = `
}
.drop-wrap {
top: -110px !important;
border-radius: 0.5rem !important;
}
Expand Down

0 comments on commit 16a34e3

Please sign in to comment.