@eturnity/eturnity_reusable_components 1.0.65 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -195,6 +195,7 @@ const TableContainer = styled.table`
195
195
  }
196
196
 
197
197
  .icons-container {
198
+ padding-right: 2px; // so that the icons are not cut off when hovering
198
199
  width: 1%; // necessary so it doesn't take up too much white space
199
200
  display: table-cell;
200
201
  flex-wrap: nowrap;