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.
ConnectionAnnouncementEdit
1 parent 255dd1a commit 1c8aa35Copy full SHA for 1c8aa35
1 file changed
ui/src/components/Namespace/ConnectionAnnouncementEdit.vue
@@ -1,6 +1,7 @@
1
<template>
2
<FormDialog
3
v-model="showDialog"
4
+ threshold="md"
5
title="Change Connection Announcement"
6
icon="mdi-bullhorn"
7
confirm-text="Save Announcement"
@@ -124,3 +125,9 @@ const updateAnnouncement = async () => {
124
125
126
defineExpose({ showDialog });
127
</script>
128
+
129
+<style scoped lang="scss">
130
+:deep(textarea) {
131
+ font-family: monospace;
132
+}
133
+</style>
0 commit comments