mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
FIX: fix the model name display issue under project page
JIRA STUDIO-4625 Change-Id: I9d9627967dcec845f66422e06eadfd2bfe964bb9
This commit is contained in:
parent
faf2a85311
commit
dc0193076a
4 changed files with 27 additions and 4 deletions
|
@ -81,7 +81,7 @@ body
|
|||
{
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.Text_Value
|
||||
|
@ -103,9 +103,31 @@ body
|
|||
.Text_TitleArea div
|
||||
{
|
||||
height: 32px;
|
||||
line-height: 32px
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
#Model_Name_Line
|
||||
{
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#ModelNameBar
|
||||
{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
overflow:hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#ModelName
|
||||
{
|
||||
overflow:hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
.Block_BKGA
|
||||
{
|
||||
background-color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue