Skip to content

Commit

Permalink
SHIBUI-1938 Fixed responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 9, 2021
1 parent f15d9b9 commit 78354bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/metadata/copy/SaveCopy.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function SaveCopy ({ copy, saving, onSave, onBack }) {
return (
<>
<div className="row">
<div className="col col-xs-12 col-xl-6">
<div className="col col-xs-12">
<ul className="nav nav-wizard m-3">
<li className="nav-item">
<button type="button" className="nav-link previous btn d-flex justify-content-between align-items-start" onClick={onBack}>
Expand Down

0 comments on commit 78354bc

Please sign in to comment.