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 3e6f5d7 commit 92c8bfeCopy full SHA for 92c8bfe
app/javascript/components/embedded-entry-point/index.jsx
@@ -46,7 +46,7 @@ const EmbeddedEntryPoint = (props) => {
46
<div className="entry-point-text-input">
47
<TextInput id={id} type="text" labelText={__(label)} onChange={(value) => setTextValue(value.target.value)} value={textValue} />
48
</div>
49
- <div className='entry-point-buttons'>
+ <div className="entry-point-buttons">
50
<div className="entry-point-open">
51
<Button
52
renderIcon={TreeViewAlt16}
0 commit comments