diff --git a/public/static/css/white.css b/public/static/css/white.css index b47e658..38a7763 100644 --- a/public/static/css/white.css +++ b/public/static/css/white.css @@ -150,7 +150,7 @@ .theme-default #browser .item-info { padding: 1rem; font-size: 1.2rem; - border: dashed 1px #7f8c8d; + border-top: dashed 1px #7f8c8d; } .theme-default #browser .error { diff --git a/src/client/web/src/components/panel_files.tsx b/src/client/web/src/components/panel_files.tsx index 50b6014..c160b79 100644 --- a/src/client/web/src/components/panel_files.tsx +++ b/src/client/web/src/components/panel_files.tsx @@ -496,18 +496,14 @@ export class FilesPanel extends React.Component { - {`SHA1: `} +
{`SHA1: `}
, - , ])} - className={`item-info`} + className="item-info" childrenStyles={List([{}, { justifyContent: "flex-end" }])} />