ls-pro-common 3.0.75 → 3.0.76

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.
@@ -157,14 +157,14 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
157
157
  display: flex;
158
158
  flex-direction: column;
159
159
  }
160
- .flex-column .flex {
160
+ .flex-column > .flex {
161
161
  height: 0;
162
162
  }
163
163
  .flex-row {
164
164
  display: flex;
165
165
  flex-direction: row;
166
166
  }
167
- .flex-row .flex {
167
+ .flex-row > .flex {
168
168
  width: 0;
169
169
  }
170
170
  .page404 {