@eturnity/eturnity_reusable_components 1.1.51 → 1.1.54

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.1.51",
3
+ "version": "1.1.54",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -59,7 +59,7 @@ const ModalContainer = styled.div`
59
59
  border-radius: 4px;
60
60
  background: white;
61
61
  margin: 0 auto;
62
- overflow: auto;
62
+ overflow: initial;
63
63
  max-width: 95%;
64
64
  max-height: 95%;
65
65
  min-width: 100px;
@@ -238,6 +238,7 @@ const ArrowWrapper = styled("div", arrowAttrs)`
238
238
  props.showArchived ? "auto auto" : "auto"};
239
239
  align-items: center;
240
240
  justify-items: center;
241
+ height: 100%;
241
242
  `
242
243
 
243
244
  const optionsAttrs = { top: Number, left: Number }
@@ -113,7 +113,7 @@ const TableContainer = styled.table`
113
113
  }
114
114
 
115
115
  td {
116
- padding: 6px 15px 7px 10px;
116
+ padding: 6px 6px 7px 4px;
117
117
  border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
118
118
 
119
119
  &.empty {
@@ -224,8 +224,8 @@ const TableContainer = styled.table`
224
224
  .arrow-container {
225
225
  display: table-cell;
226
226
  vertical-align: middle;
227
- text-align: center;
228
- text-align: -webkit-center;
227
+ /* text-align: center;
228
+ text-align: -webkit-center; */
229
229
  cursor: pointer;
230
230
  border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
231
231
  }