group-detail.less 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160
  1. /**
  2. * Group Detail
  3. * ============================================================================
  4. */
  5. .group-detail {
  6. position: relative;
  7. clear: both;
  8. h3 {
  9. font-size: 22px;
  10. margin: 0 0 8px;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. overflow: hidden;
  14. em {
  15. font-style: normal;
  16. font-weight: 400;
  17. color: @70;
  18. font-size: 90%;
  19. }
  20. }
  21. .count {
  22. &.short-id-box {
  23. min-width: 0;
  24. span:not(.help-link) {
  25. font-size: 18px;
  26. line-height: 1.45;
  27. display: block;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. direction: rtl;
  32. }
  33. }
  34. span:not(.help-link) {
  35. font-size: 22px;
  36. display: inline-block;
  37. line-height: 1.2;
  38. }
  39. }
  40. .assigned-to {
  41. text-align: right;
  42. position: relative;
  43. }
  44. .meta {
  45. margin: 0 0 15px;
  46. color: #949ea4;
  47. }
  48. .id-label {
  49. background: #fff;
  50. max-width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. .severity {
  56. display: inline-block;
  57. position: relative;
  58. top: -7px;
  59. padding: 0 10px;
  60. }
  61. .nav-tabs {
  62. margin-top: 20px;
  63. margin-bottom: 0;
  64. }
  65. &:before {
  66. position: absolute;
  67. display: block;
  68. content: '';
  69. bottom: -1px;
  70. left: -40px;
  71. right: -40px;
  72. height: 1px;
  73. background: @trim;
  74. }
  75. }
  76. /**
  77. * Event Details
  78. * ============================================================================
  79. */
  80. .event-details-container {
  81. display: flex;
  82. margin: -20px -40px;
  83. background: #fff;
  84. flex-direction: column;
  85. flex: 1;
  86. @media (min-width: 1200px) {
  87. flex-direction: row;
  88. }
  89. .primary {
  90. flex: 1;
  91. .user-report {
  92. border-radius: 0;
  93. box-shadow: none;
  94. padding: 20px 30px 0 40px;
  95. border: 0;
  96. border-top: 1px solid lighten(@trim, 4);
  97. margin: 0;
  98. padding-bottom: 0;
  99. }
  100. @media (min-width: 1200px) {
  101. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  102. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  103. max-width: ~'calc(100% - 365px)';
  104. }
  105. }
  106. .secondary {
  107. width: 100%;
  108. padding: 30px 40px 30px 30px;
  109. border-left: 1px solid @trim;
  110. @media (min-width: 1200px) {
  111. width: 365px;
  112. }
  113. }
  114. }
  115. .module-user .avatar {
  116. width: 64px;
  117. height: 64px;
  118. img {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. }
  123. .event-stats {
  124. padding-top: 84px;
  125. margin-top: -84px;
  126. }
  127. .event-stats {
  128. h6 {
  129. font-size: 14px;
  130. margin-bottom: 15px;
  131. position: relative;
  132. > span {
  133. background: @white-dark;
  134. padding-right: 7px;
  135. }
  136. &:before {
  137. display: block;
  138. position: absolute;
  139. content: '';
  140. border-top: 1px solid lighten(@trim, 9);
  141. left: 0;
  142. right: 0;
  143. top: 50%;
  144. z-index: -1;
  145. }
  146. }
  147. }
  148. .user-widget {
  149. position: relative;
  150. margin-bottom: 20px;
  151. .avatar {
  152. width: 48px;
  153. height: 48px;
  154. position: absolute;
  155. top: 0;
  156. right: 0;
  157. box-shadow: 0 0 0 5px #fff;
  158. background: #fff;
  159. border-radius: 50% 0 50% 50%;
  160. }
  161. .table {
  162. margin-bottom: 0;
  163. }
  164. }
  165. .ai-loader {
  166. height: 250px;
  167. background: center / contain no-repeat url(../images/spot/ai-loader.gif);
  168. margin-top: -20px;
  169. margin-bottom: -35px;
  170. }
  171. .ai-suggestion-wheel-of-fortune {
  172. height: 250px;
  173. background: center / contain no-repeat
  174. url(../images/spot/ai-suggestion-wheel-of-fortune.gif);
  175. }
  176. /**
  177. * Traceback
  178. * ============================================================================
  179. */
  180. .traceback {
  181. list-style-type: none;
  182. padding-left: 0;
  183. border: 1px solid @trim-dark;
  184. border-radius: 0 6px 6px 6px;
  185. margin-bottom: 20px;
  186. }
  187. // TODO(dcramer): we probably shouldn't overload these
  188. pre.traceback {
  189. margin: 0 0 20px;
  190. }
  191. div.traceback > ul {
  192. padding: 0;
  193. margin-bottom: 0;
  194. li {
  195. &:first-child {
  196. border-top: none;
  197. .title {
  198. border-top: none;
  199. border-top-right-radius: 5px;
  200. border-top-left-radius: 5px;
  201. }
  202. }
  203. &:last-child .title {
  204. border-bottom-right-radius: 5px;
  205. border-bottom-left-radius: 5px;
  206. }
  207. }
  208. }
  209. .raw-toggle {
  210. input {
  211. margin-right: 6px;
  212. position: relative;
  213. top: -1px;
  214. }
  215. }
  216. /**
  217. * Frame
  218. * ============================================================================
  219. */
  220. .exc-message {
  221. margin: 15px 0 0;
  222. word-wrap: break-word;
  223. white-space: pre-wrap;
  224. color: @gray-darker;
  225. padding: 0;
  226. background: none;
  227. }
  228. .frames-omitted,
  229. .exc-omitted {
  230. color: @gray-dark;
  231. font-size: 14px;
  232. font-weight: 600;
  233. border-left: 3px solid @red;
  234. border-right: 1px solid lighten(@red, 30%);
  235. background: lighten(@red, 35%);
  236. padding: 10px 20px;
  237. margin-bottom: 10px !important;
  238. margin-left: -21px;
  239. margin-right: -21px;
  240. }
  241. .exception {
  242. margin: 0 0 20px;
  243. &:last-child {
  244. border-bottom: 0;
  245. margin-bottom: 0;
  246. }
  247. h5 {
  248. line-height: 1.2;
  249. }
  250. .traceback {
  251. margin-top: 15px;
  252. }
  253. }
  254. .traceback {
  255. &.no-exception .frame:first-child {
  256. border-top: 0;
  257. }
  258. .frame {
  259. list-style-type: none;
  260. position: relative;
  261. margin: 0;
  262. border-top: 1px solid @trim;
  263. h3 {
  264. font-size: 22px;
  265. }
  266. &.is-expandable .title {
  267. cursor: pointer;
  268. }
  269. .title {
  270. padding: 6px 20px;
  271. font-size: 13px;
  272. margin: 0;
  273. line-height: 16px;
  274. background: #faf9fb;
  275. word-break: break-all;
  276. /* for firefox */
  277. word-break: break-word;
  278. /* for chrome */
  279. code {
  280. font-family: inherit;
  281. }
  282. .informal {
  283. font-style: italic;
  284. }
  285. }
  286. .title.as-table {
  287. width: 100%;
  288. padding-left: 15px;
  289. .package {
  290. font-size: 13px;
  291. font-weight: bold;
  292. .truncate;
  293. flex-basis: 120px;
  294. flex-grow: 0;
  295. flex-shrink: 0;
  296. }
  297. .address {
  298. font-family: @font-family-code;
  299. font-size: 11px;
  300. color: @gray-dark;
  301. letter-spacing: -0.25px;
  302. width: 100px;
  303. flex-grow: 0;
  304. flex-shrink: 0;
  305. }
  306. .symbol {
  307. word-break: break-word;
  308. flex: 1;
  309. code {
  310. background: transparent;
  311. color: @blue-dark;
  312. padding-right: 5px;
  313. a {
  314. color: inherit;
  315. &:hover {
  316. text-decoration: underline;
  317. }
  318. }
  319. }
  320. span.offset {
  321. font-weight: bold;
  322. padding-right: 10px;
  323. }
  324. span.filename {
  325. color: @purple;
  326. margin-right: 3px;
  327. &:before {
  328. content: '(';
  329. }
  330. &:after {
  331. content: ')';
  332. }
  333. }
  334. }
  335. }
  336. .original-src {
  337. font-size: 12px;
  338. padding-left: 3px;
  339. position: relative;
  340. top: 1px;
  341. }
  342. .icon-open {
  343. font-size: 12px;
  344. margin-right: 3px;
  345. margin-left: 3px;
  346. position: relative;
  347. top: 1px;
  348. }
  349. .in-at {
  350. opacity: 0.6;
  351. margin: 0 2px;
  352. }
  353. .blame {
  354. color: lighten(@gray, 5);
  355. a {
  356. color: @gray;
  357. }
  358. .icon-mark-github {
  359. position: relative;
  360. top: 1px;
  361. }
  362. }
  363. .tooltip-inner {
  364. word-wrap: break-word;
  365. text-align: left;
  366. max-width: 300px;
  367. }
  368. .divider {
  369. border-left: 1px solid @trim;
  370. display: inline-block;
  371. width: 1px;
  372. height: 10px;
  373. margin: 0 6px;
  374. position: relative;
  375. top: 1px;
  376. }
  377. code {
  378. padding: 0;
  379. background: inherit;
  380. font-size: inherit;
  381. color: inherit;
  382. }
  383. .context {
  384. display: none;
  385. background: #fff;
  386. margin: 0;
  387. table.key-value {
  388. border-top: 1px solid @trim;
  389. padding: 0;
  390. margin: 0;
  391. td {
  392. border-bottom: 1px solid @trim !important;
  393. &.key {
  394. width: 145px;
  395. max-width: 145px;
  396. padding-left: 20px !important;
  397. }
  398. &.value pre {
  399. background: inherit;
  400. }
  401. }
  402. tr:last-child {
  403. td {
  404. border-bottom: 0 !important;
  405. }
  406. }
  407. }
  408. &.expanded {
  409. display: block;
  410. }
  411. }
  412. .tag-app {
  413. color: #aaa;
  414. font-size: 0.9em;
  415. margin-left: 10px;
  416. }
  417. > div > table.key-value {
  418. margin-bottom: 5px;
  419. > tbody > tr > th {
  420. color: @gray-dark;
  421. text-align: right;
  422. padding-right: 12px !important;
  423. }
  424. }
  425. .btn-toggle {
  426. display: block;
  427. float: right;
  428. width: 16px;
  429. height: 16px;
  430. padding: 0;
  431. line-height: 16px;
  432. font-size: 9px;
  433. text-align: center;
  434. flex-shrink: 0;
  435. }
  436. .expand-button:hover {
  437. cursor: pointer;
  438. }
  439. &.expanded {
  440. .expandable {
  441. height: auto;
  442. max-width: 100%;
  443. }
  444. }
  445. &:last-child {
  446. .context {
  447. margin-bottom: 0;
  448. }
  449. .toggle-expand .btn {
  450. margin-bottom: -13px;
  451. }
  452. }
  453. }
  454. &.in-app-traceback .frame.leads-to-app {
  455. .leads-to-app-hint {
  456. display: none;
  457. }
  458. &.collapsed {
  459. .title {
  460. padding: 4px 20px 4px 20px;
  461. background: #faf9fb;
  462. min-height: 32px;
  463. &.is-expandable:hover {
  464. opacity: 1;
  465. }
  466. .package {
  467. width: auto;
  468. }
  469. }
  470. .title.as-table {
  471. padding-left: 15px;
  472. }
  473. .in-at-line,
  474. .lineno,
  475. .address {
  476. display: none;
  477. }
  478. .leads-to-app-hint {
  479. display: inline;
  480. color: @gray-light;
  481. }
  482. }
  483. }
  484. &.full-traceback {
  485. .leads-to-app-hint {
  486. display: none !important;
  487. }
  488. }
  489. .expandable {
  490. height: 0;
  491. position: relative;
  492. .icon-plus {
  493. position: absolute;
  494. left: 8px;
  495. top: 6px;
  496. opacity: 0.25;
  497. transition: 0.1s opacity linear;
  498. }
  499. &.key-value {
  500. display: none;
  501. }
  502. .ws {
  503. display: none;
  504. overflow: hidden;
  505. }
  506. &:hover {
  507. .icon-plus {
  508. opacity: 0.5;
  509. }
  510. }
  511. }
  512. .expanded {
  513. .expandable {
  514. height: auto;
  515. }
  516. .ws {
  517. display: inline;
  518. overflow: none;
  519. }
  520. }
  521. ol.context {
  522. margin: 0;
  523. list-style-position: inside;
  524. list-style-type: decimal-leading-zero;
  525. border-radius: 5px;
  526. padding-left: 0;
  527. .key-value {
  528. display: none;
  529. pre {
  530. overflow: auto;
  531. }
  532. }
  533. > li {
  534. font-family: @font-family-code;
  535. line-height: 24px;
  536. font-size: 12px;
  537. white-space: pre;
  538. white-space: pre-wrap;
  539. word-wrap: break-word;
  540. min-height: 24px;
  541. }
  542. > li.active {
  543. list-style-type: none;
  544. border-radius: 2px;
  545. &:first-child:last-child {
  546. background-color: inherit;
  547. color: inherit;
  548. border-radius: 0;
  549. }
  550. pre {
  551. color: @gray-dark;
  552. }
  553. }
  554. > li:first-child {
  555. border-radius: 2px 2px 0 0;
  556. }
  557. > li:last-of-type {
  558. border-radius: 0 0 2px 2px;
  559. }
  560. li.closed {
  561. border-radius: 2px;
  562. }
  563. &.expanded {
  564. .key-value {
  565. display: table;
  566. }
  567. > li.active {
  568. position: relative;
  569. z-index: 0;
  570. list-style-type: inherit;
  571. border-radius: 0;
  572. }
  573. }
  574. }
  575. ol.context-line {
  576. > li {
  577. > span {
  578. float: right;
  579. }
  580. }
  581. }
  582. }
  583. #full-message {
  584. line-height: 1.5em;
  585. &#full-message {
  586. background: none;
  587. padding: 0;
  588. }
  589. }
  590. &.expanded div.commands,
  591. div.commands:hover {
  592. opacity: 1;
  593. a {
  594. color: @state-info-text;
  595. }
  596. }
  597. div.commands {
  598. position: absolute;
  599. right: 10px;
  600. top: 6px;
  601. font-size: 0.9em;
  602. opacity: 0.3;
  603. a {
  604. color: #666;
  605. text-decoration: none;
  606. span {
  607. font-size: 9px;
  608. margin-right: 5px;
  609. }
  610. }
  611. }
  612. // Request
  613. .request {
  614. .path {
  615. font-weight: normal;
  616. float: left;
  617. strong {
  618. margin-right: 4px;
  619. }
  620. }
  621. }
  622. /* message details */
  623. .server-list,
  624. .url-list,
  625. .logger-list,
  626. .level-list {
  627. list-style: none;
  628. margin-left: 0;
  629. margin-bottom: 0;
  630. }
  631. .server-list li,
  632. .url-list li {
  633. padding-bottom: 10px;
  634. }
  635. .url-list li a {
  636. line-height: 18px;
  637. }
  638. pre.val,
  639. span.val {
  640. span {
  641. display: inline;
  642. }
  643. }
  644. .val-string {
  645. border-radius: 4px;
  646. padding: 2px 4px;
  647. }
  648. .val-string-multiline {
  649. display: block;
  650. overflow: auto;
  651. }
  652. .val-stripped {
  653. color: darken(@red, 10);
  654. background: transparent;
  655. }
  656. .val-bool,
  657. .val-null {
  658. color: darken(@blue, 10);
  659. font-weight: bold;
  660. }
  661. .val-dict {
  662. display: inline;
  663. .val-dict-items {
  664. display: block;
  665. padding: 0 0 0 15px;
  666. .val-dict-pair {
  667. display: block;
  668. }
  669. }
  670. .val-dict-key,
  671. .val-dict-key .val-string {
  672. color: darken(@red, 5);
  673. background: transparent;
  674. border-radius: none;
  675. }
  676. }
  677. .val-array {
  678. .val-array-items {
  679. display: block;
  680. padding: 0 0 0 15px;
  681. .val-array-item {
  682. display: block;
  683. }
  684. }
  685. }
  686. /**
  687. * Exceptions and Threads
  688. * ============================================================================
  689. */
  690. .box .thread {
  691. .exception {
  692. margin-top: 10px;
  693. }
  694. .traceback.no-exception {
  695. margin-top: 0;
  696. }
  697. }
  698. /**
  699. * Shared Group Detail
  700. * ============================================================================
  701. */
  702. .shared-group {
  703. padding: 40px 0;
  704. background: none;
  705. .app > .container {
  706. max-width: 960px;
  707. > .box {
  708. > .box-header {
  709. padding: 15px 30px 13px;
  710. display: flex;
  711. align-items: center;
  712. a {
  713. &.logo {
  714. font-size: 20px;
  715. flex: 1;
  716. }
  717. &:hover {
  718. color: @gray-dark;
  719. }
  720. }
  721. .back-to,
  722. .pull-right a {
  723. font-size: 16px;
  724. }
  725. .back-to {
  726. border-left: 1px solid @trim;
  727. padding: 2px 10px;
  728. display: inline-block;
  729. margin-left: 7px;
  730. position: relative;
  731. top: -3px;
  732. }
  733. }
  734. }
  735. }
  736. .container {
  737. padding-left: 0;
  738. padding-right: 0;
  739. }
  740. .group-detail {
  741. padding: 0 30px;
  742. border-bottom: 1px solid darken(@trim, 5);
  743. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  744. &:before {
  745. display: none;
  746. }
  747. .details {
  748. max-width: 960px;
  749. margin: 0 auto;
  750. padding: 20px 0 0;
  751. }
  752. }
  753. .event-details-container {
  754. display: block;
  755. margin: 0;
  756. .primary {
  757. max-width: 100%;
  758. .box {
  759. padding: 0 30px;
  760. &:first-child {
  761. border-top: 0;
  762. }
  763. }
  764. .box-header,
  765. .box-content {
  766. max-width: 960px;
  767. margin: 0 auto;
  768. }
  769. .box-header {
  770. margin-top: 15px;
  771. }
  772. .exception {
  773. padding: 20px 0;
  774. margin: 0;
  775. &:first-child {
  776. padding-top: 0;
  777. }
  778. }
  779. .traceback.no-exception {
  780. margin-bottom: 25px;
  781. margin-top: -5px;
  782. }
  783. }
  784. }
  785. }
  786. /**
  787. * Breadcrumbs / Timeline
  788. * ============================================================================
  789. */
  790. ul.crumbs {
  791. li {
  792. .table.key-value {
  793. margin-bottom: 0;
  794. background: none;
  795. thead td:first-child {
  796. font-weight: bold;
  797. }
  798. td {
  799. padding: 2px 0 !important;
  800. font-weight: normal;
  801. }
  802. .key {
  803. width: 122px;
  804. max-width: 122px;
  805. color: @gray-dark;
  806. line-height: 1.6 !important;
  807. }
  808. pre {
  809. display: inline-block;
  810. padding: 0;
  811. margin-top: 1px;
  812. background: none;
  813. word-break: break-all;
  814. }
  815. }
  816. div.summary {
  817. overflow: hidden;
  818. &.can-expand {
  819. cursor: pointer;
  820. position: relative;
  821. &:after {
  822. position: absolute;
  823. bottom: 0;
  824. left: 0;
  825. right: 0;
  826. content: ' ';
  827. display: block;
  828. width: 100%;
  829. height: 15px;
  830. background-image: linear-gradient(
  831. to bottom,
  832. rgba(255, 255, 255, 0) 0%,
  833. rgba(255, 255, 255, 1) 100%
  834. );
  835. background-repeat: repeat-x;
  836. z-index: 1;
  837. }
  838. &:hover {
  839. &:before {
  840. position: absolute;
  841. bottom: 4px;
  842. right: 0;
  843. font-family: 'sentry-simple';
  844. content: '\e617';
  845. background: @white-dark;
  846. border: 1px solid darken(@trim, 5);
  847. border-radius: 3px;
  848. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  849. z-index: 2;
  850. padding: 0 5px;
  851. margin-left: -14px;
  852. }
  853. }
  854. }
  855. &.expanded {
  856. max-height: none;
  857. &:after,
  858. &:before {
  859. display: none;
  860. }
  861. }
  862. pre {
  863. display: inline-block;
  864. }
  865. }
  866. }
  867. }
  868. /**
  869. * Responsive medium screen
  870. * ============================================================================
  871. */
  872. @media (max-width: 991px) {
  873. .group-stats-column {
  874. float: none;
  875. }
  876. }
  877. /**
  878. * Responsive small screen
  879. * ============================================================================
  880. */
  881. @media (max-width: 767px) {
  882. .group-detail {
  883. h3 {
  884. white-space: normal;
  885. font-size: 20px;
  886. line-height: 1.2;
  887. }
  888. .meta {
  889. font-size: 13px;
  890. }
  891. .short-id-box {
  892. text-align: left;
  893. }
  894. .is-assigned {
  895. padding-top: 0;
  896. }
  897. }
  898. // Event detail columns
  899. .event-details-container {
  900. flex-direction: column;
  901. margin: 0;
  902. .primary {
  903. max-width: 100%;
  904. .box {
  905. padding: 15px 0;
  906. .box-header {
  907. h3 {
  908. margin: 0 0 10px;
  909. small {
  910. margin-left: 0 !important;
  911. display: block;
  912. }
  913. }
  914. .permalink {
  915. display: none;
  916. }
  917. }
  918. }
  919. .user-report {
  920. padding: 15px 0;
  921. }
  922. .exception {
  923. margin: 0;
  924. padding: 15px 0;
  925. }
  926. .traceback {
  927. &.no-exception {
  928. margin: 0;
  929. }
  930. .btn-toggle {
  931. width: 17px;
  932. }
  933. }
  934. }
  935. .secondary {
  936. width: auto;
  937. padding: 0;
  938. border: 0;
  939. margin-bottom: 20px;
  940. }
  941. .detailed-error {
  942. border-top: 1px solid @trim;
  943. }
  944. }
  945. // Context callout
  946. .context-summary {
  947. flex-direction: column;
  948. margin-top: 0;
  949. padding: 0;
  950. margin-bottom: 20px;
  951. }
  952. .context {
  953. overflow: auto;
  954. li {
  955. width: 800px;
  956. }
  957. }
  958. }