mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 08:16:10 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
a588267fc2
3 changed files with 16 additions and 6 deletions
12
CHANGES.md
12
CHANGES.md
|
@ -27,6 +27,18 @@
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.12.1-beta
|
||||||
|
### :boom: Breaking changes
|
||||||
|
|
||||||
|
### :sparkles: New features
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix length of names in sidebar [Taiga #2962](https://tree.taiga.io/project/penpot/issue/2962)
|
||||||
|
- Fix issues on loki integration
|
||||||
|
|
||||||
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|
||||||
## 1.12.0-beta
|
## 1.12.0-beta
|
||||||
|
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
(let [labels {:host (cfg/get :host)
|
(let [labels {:host (cfg/get :host)
|
||||||
:tenant (cfg/get :tenant)
|
:tenant (cfg/get :tenant)
|
||||||
:version (:full cfg/version)
|
:version (:full cfg/version)
|
||||||
:logger (:logger event)
|
:logger (:logger/name event)
|
||||||
:level (:level event)}]
|
:level (:logger/level event)}]
|
||||||
{:streams
|
{:streams
|
||||||
[{:stream labels
|
[{:stream labels
|
||||||
:values [[(str (* (inst-ms (:created-at event)) 1000000))
|
:values [[(str (* (inst-ms (:created-at event)) 1000000))
|
||||||
|
|
|
@ -183,21 +183,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input.element-name {
|
input.element-name {
|
||||||
max-width: 130px;
|
max-width: 75%;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span.element-name {
|
span.element-name {
|
||||||
color: $color-gray-20;
|
color: $color-gray-20;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
max-width: 130px;
|
max-width: 75%;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-actions {
|
.element-actions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue