Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,850
Community Members
 
Community Events
184
Community Groups

Why is the layout of the issue details page confusing?

20230515-114501.jpg20230515-114509.jpg

1 answer

0 votes
Jens Schumacher - Released_so
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2023

Hi @Jane Zhou 

The screenshot looks like it's coming from a local server instance. The highlighted content appears to be an app that might be messing up the layout. If you control the app, you can try to fix it or alternatively uninstall it. 

Jens

yeah this is a app i developed, but i don't know how to fix it

share my codes here 

<web-panel name="remoteview" i18n-name-key="remoteview.name" key="remoteview" location="atl.jira.view.issue.left.context" weight="100">
<description key="remoteview.description">The remoteview Plugin</description>
<resource name="view" type="velocity" location="templates/remote-view.vm"/>
<label key="remoteview.title"/>
</web-panel>

 

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>remote view</title>
</head>
<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
</body>
</html>

will appreciate it if it can be fixed

##<!DOCTYPE html>
##<html lang="en">
##<head>
##<meta charset="UTF-8">
##<title>remote view</title>
##</head>
##<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
##</body>
##</html>

 I changed the .vm into this and solved

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events