form-driver 0.1.9 → 0.1.11

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/dist/m3.css CHANGED
@@ -134,9 +134,11 @@ table.M3_table tr:last-child td {
134
134
  .ant-rate .ant-rate-star {
135
135
  flex: 1;
136
136
  }
137
-
138
137
  .m3-nps-wrapper .m3-nps-tip {
139
138
  overflow: hidden;
139
+ text-align: center;
140
+ padding-left: 15px;
141
+ padding-right: 15px;
140
142
  }
141
143
  .m3-nps-wrapper .m3-nps-tip span:first-child {
142
144
  float: left;
@@ -148,8 +150,8 @@ table.M3_table tr:last-child td {
148
150
  display: flex !important;
149
151
  width: 100%;
150
152
  }
151
- .m3-nps-wrapper .ant-rate .ant-rate-star {
152
- flex: 1;
153
+ .m3-nps-wrapper .ant-rate .ant-rate-star > div {
154
+ text-align: center;
153
155
  }
154
156
 
155
157
  .AMatrixOpenTd {