diff --git a/client/src/static/json/icons.js b/client/src/static/json/icons.js index 2df60b244..4f253a4be 100644 --- a/client/src/static/json/icons.js +++ b/client/src/static/json/icons.js @@ -241,7 +241,7 @@ export default { }, 'print-16': { path: [ - 'M16,5.12v6H13v4H3v-4H0v-6Zm-4-4H4v3h8Zm-1,8H5v4h6Zm2.54-3a.7109.7109,0,1,0,.021-.0546c-.0207.0108-.0411.0224-.061.0346', + 'M12,1H4V4h8Zm1,3.9948H3a3,3,0,0,0-3,3v3H2.9561V15H13V10.9948h3v-3A3,3,0,0,0,13,4.9948ZM11,13H5V9h6Zm3.8869-5.5446A.7109.7109,0,1,1,13.54,7l-.04-.02c.02-.0121.04-.0238.061-.0345a.7109.7109,0,0,1,1.3259.51Z', ], viewBox: '0 0 16 16', }, diff --git a/client/src/style/components/data-table.scss b/client/src/style/components/data-table.scss index 47f7c438b..6dd077c56 100644 --- a/client/src/style/components/data-table.scss +++ b/client/src/style/components/data-table.scss @@ -110,7 +110,7 @@ .tbody{ width: 100%; - overflow: scroll; + overflow: auto; .tr .td{ border-bottom: 1px solid #E8E8E8;