MOBILE-3947 block_tags: Fix width
parent
f58e0d4240
commit
3e72bf3ead
|
@ -1,14 +1,20 @@
|
||||||
:host .core-block-content ::ng-deep {
|
:host .core-block-content ::ng-deep {
|
||||||
|
ion-label {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
.tag_cloud {
|
.tag_cloud {
|
||||||
text-align: center;
|
|
||||||
ul.inline-list {
|
ul.inline-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-padding-start: 0;
|
-webkit-padding-start: 0;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
|
|
Loading…
Reference in New Issue