mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-03 10:19:14 +00:00
flex wrapping added to accomodates choices and capsules that need to wrap for multiple lines on a page
This commit is contained in:
parent
fabd7af34c
commit
7d3feff3e5
@ -20,6 +20,7 @@
|
||||
margin-left: 10px;
|
||||
display: flex;
|
||||
font-size: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.title {
|
||||
@ -36,9 +37,7 @@
|
||||
height: 24px;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin: 4px 4px 4px 4px;
|
||||
//background-color: rgba(95, 210, 85, 0.5);
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user