Skip to content

Commit

Permalink
Fix command directory search input width
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Nov 6, 2024
1 parent cafa4a9 commit 20fd812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Commands = ({ data }) => {
const slugRegExp = /:/g
return (
<div className="doc-commands">
<div className="doc-commands__search pds-input-field pds-input-text">
<div className="pds-text-input doc-commands__search">
<div className="pds-input-field__input-wrapper">
<div className="pds-input-field__decorators">
<svg
Expand Down

0 comments on commit 20fd812

Please sign in to comment.