New static-value control

This commit is contained in:
Philipp Stracker 2025-01-22 16:06:45 +01:00
parent b865ae82c7
commit 857da5e989
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
@import './settings/controls';
@import './settings/input';
@import './settings/setting-rows';
@import './settings/tab-styling';

View file

@ -0,0 +1,7 @@
.ppcp--static-value {
@include font(13, 26, 400);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}