Skip to content

Commit 47669e5

Browse files
committed
fix: make <a> take up more room
Signed-off-by: jolheiser <[email protected]>
1 parent c1569c2 commit 47669e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

templates/user/notification/notification_div.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{{.locale.Tr "notification.no_read"}}
3030
{{end}}
3131
{{else}}
32-
<table class="ui unstackable striped very compact small table" id="notification_table">
32+
<table class="ui unstackable striped very compact small selectable table" id="notification_table">
3333
<tbody>
3434
{{range $notification := .Notifications}}
3535
{{$issue := .Issue}}

web_src/less/_user.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
button {
127127
padding: 3px 3px 3px 5px;
128128
}
129+
130+
a {
131+
width: 100%;
132+
display: inline-block;
133+
}
129134
}
130135
}
131136

0 commit comments

Comments
 (0)