Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit c1a5046

Browse files
Add basic styles to responses table
1 parent 398d63c commit c1a5046

File tree

1 file changed

+1
-1
lines changed
  • packages/builder/src/components/ComponentOptions/components/Behavior/components

1 file changed

+1
-1
lines changed

packages/builder/src/components/ComponentOptions/components/Behavior/components/Responses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default () =>
144144
columns={ 4 }
145145
row={ ResponseRow }
146146
header={ ResponseHeader }
147-
className="border-top-0"
147+
className="grid border-top-0 border-bottom"
148148
/>
149149
<CardBody>
150150
<FormGroup row>

0 commit comments

Comments
 (0)