Skip to content

Commit

Permalink
Adding a fit-content min width for side labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabors committed Feb 10, 2021
1 parent 3e0a9a6 commit 41047c8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ governing permissions and limitations under the License.
flex-flow: row;
justify-content: space-between;
inline-size: auto;
min-width: fit-content;

.spectrum-BarLoader-label {
margin-inline-end: var(--spectrum-barloader-large-label-gap-x);
Expand Down

0 comments on commit 41047c8

Please sign in to comment.