Files
we_bstly-web/src/app/pages/urlshortener/urlshortener.component.scss
T
2021-06-09 09:16:47 +02:00

30 lines
407 B
SCSS

mat-form-field {
display: block;
}
.mat-header-cell,
.mat-cell {
&.text-right {
text-align: right;
}
}
.mat-cell .mat-button {
padding-left: 0px;
padding-right: 0px;
}
.align-right{
display: flex;
padding: 21px 0;
justify-content: flex-end;
}
.url {
display: inline-block;
width: 200px;
max-width: 200px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}