12345678910111213141516171819202122232425262728293031 |
- ion-content {
- height: calc(100vh - 121px) !important;
- }
- ion-item-divider {
- ion-icon {
- margin-right: 9px;
- }
- }
- ion-label p {
- display: block;
- max-width: calc(100% - 60px);
- overflow: hidden;
- text-overflow: ellipsis;
- }
- ion-label {
- ion-text {
- font-size: 0.9rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- ion-button {
- ion-icon {
- margin-right: 3px;
- }
- }
|