Skip to content
Snippets Groups Projects
Commit c6f0822e authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add a special class to enlarge the second row, also removing ellipses

parent cb1afec9
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@
}
.input-small {
width: 3rem;
width: 3rem;
padding: 0 0.5rem;
text-overflow: clip;
text-align: center;
}
......@@ -98,3 +98,7 @@
border-color: #4c97ff;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.larger-input input {
width: 4rem;
}
......@@ -145,7 +145,7 @@ class SpriteInfo extends React.Component {
</div>
</div>
</div>
<div className={styles.group}>
<div className={classNames(styles.group, styles.largerInput)}>
<Label
secondary
text="Size"
......@@ -161,7 +161,7 @@ class SpriteInfo extends React.Component {
/>
</Label>
</div>
<div className={styles.group}>
<div className={classNames(styles.group, styles.largerInput)}>
<Label
secondary
text="Direction"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment