12345678910111213141516171819 |
- q2 {
- flex-direction: row;
- flex-shrink: 0;
- }
- .unity-text-field {
- color: rgba(0, 0, 0, 255);
- font-size: 12px;
- margin-right: 0;
- padding-right: 0;
- max-width: none;
- max-height: none;
- }
- .unity-base-text-field {
- }
- .unity-base-field {
- }
|